|
From: | Chris Weiss |
Subject: | RE: [Phpgroupware-users] User-by-user application selections |
Date: | Fri, 06 Dec 2002 21:08:02 +0000 |
why on earth would you need to co every time? Bob Crandell (address@hidden) wrote*: > >Here is a script I wrote to do this for me. It is run from htdocs: >#!/bin/sh > >SERVER="-d:pserver:address@hidden:/cvsroot/phpgroupware" >VERSION="-r Version-0_9_14-branch" > >cvs $SERVER login >cvs $SERVER co $VERSION phpgroupware >cd phpgroupware > >echo "Get updates to installed modules." >cvs -z9 update -dP > >echo "Repair permissions." >chown nobody:nogroup * -R > >cd .. >echo "We're all through now." > > >Philip Glaser (address@hidden) wrote*: >> >> >> >>>Try: >>>cvs -z3 >>>-d:pserver:address@hidden:/cvsroot/phpgroupware >>>co -r Version-0_9_14-branch phpgroupware >> >> >>I tried this and I still get "no such tag Version-0_9_14-branch" >> >>--Phil >> >> >> >>_______________________________________________ >>Phpgroupware-users mailing list >>address@hidden >>http://mail.gnu.org/mailman/listinfo/phpgroupware-users >> > >address@hidden >www.assuredcomp.com >Eugene, Or. 97402 > > > > >_______________________________________________ >Phpgroupware-users mailing list >address@hidden >http://mail.gnu.org/mailman/listinfo/phpgroupware-users >
[Prev in Thread] | Current Thread | [Next in Thread] |