pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-devel] ATTN CVS users: branching for 0.12 maintenance


From: Bas Mevissen
Subject: Re: [Pan-devel] ATTN CVS users: branching for 0.12 maintenance
Date: Thu, 20 Jun 2002 22:54:56 +0200

On Wednesday 19 June 2002 23:01, Bas Mevissen wrote:
> On Tuesday 18 June 2002 23:24, you wrote:
> > Detailed instructions on Pan's use of CVS, including how to switch to
> > the pan-0-12-fix branch, can be found at
> > http://pan.rebelbase.com/cvs.txt.
>
> Are you a CVS wizard?
>
> I'm looking for a smart script that can maintain 3 trees of pan:
>
> pan HEAD in dir ~/cvs/pan
> pan 0-11-fix in dir ~/cvs/pan-0-11-fix
> pan 0-12-fix in dir ~/cvs/pan-0-12-fix
>
> Can you give me some hint how to do that? I tried
>
> CVSROOT=":pserver:address@hidden:/cvs/gnome"
> cvs -z3 update -APd -r pan-0-11-fix pan pan-0-11-fix
>
> But this tries to overwrite everything in ~/cvs/pan. How can I force it to
> checkout and update in a different dir?
>

It was so easy and also in cvs.txt:

cvs -z3 co -APd -r pan-0-11-fix -d pan-0.11fix pan
cvs -z3 co -APd -r pan-0-12-fix -d pan-0.12fix pan

and (not tested)
cvs -z3 co -APd -d pan-head pan


now it is just:
cd ~/cvs/pan-0.11fix
cvs -z3 update -APd

etc.

(sad thing was that yesterday evening the archive was so slow that I couldn't 
get a byte from it, so I could only try a few things for the first time this 
evening).



Bas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]