From: "Guillaume Courtois" <address@hidden>
Reply-To: address@hidden
To: address@hidden
Subject: Re: [Phpgroupware-developers] Re: MAIN/HEAD totally kaputt.
Date: Tue, 29 Jan 2002 20:21:53 +0000
>at one point, i remember checking out the 0.9.13 tree while it was
>still in devel state. since then, all i've been doing it
>
> cvs -z3 update
>
>nothing else. can i just
>
> cvs -z3 -r "Version-0 9 14-branch" update
>
>my source tree to 0.9.14?
>
>
My commands are :
cvs -d:pserver:address@hidden:/cvsroot/phpgroupware login
cvs -d:pserver:address@hidden:/cvsroot/phpgroupware co -r
Version-0_9_14-branch phpgroupware
cvs -z3 -d:pserver:address@hidden:/cvsroot/phpgroupware co -r
Version-0_9_14-branch $MODULE
I don't know if update or co is better to use ...