Re: Pvcs2Rcs Script capability Question

2004-11-12 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please don't email me directly with CVS support questions unless you are CC'ing the email list via a thread I've already entered voluntarily. Normally that will get you my stock form letter suggesting that you purchase CVS support from Ximbiot if you

Force a pruned checkout by default

2004-11-12 Thread Christopher Sean Morrison
Is there any means to force pruned checkouts or make them the default server-side? I know that users can add -P to their config or to the checkout line itself, but alas too many users are not aware of this fact. Likewise, we end up spending/wasting too much time telling people they need to pr

Re: Problem with importing third-party sources and adding/committing changes

2004-11-12 Thread Allen Sturtevant
[EMAIL PROTECTED] (Pierre Asselin) wrote in message news:<[EMAIL PROTECTED]>... > ... > > % cvs add new.c > > cvs add: cannot add file on non-branch tag `foobar-1_11_17' > > % > > % cvs commit -m "fixed a bug" build.c > > cvs commit: sticky tag `foobar-1_11_17' for file `build.c' is not a branch >

how to do this?

2004-11-12 Thread Mike
I need some help. I have an application that is running 3 environments. I want to have a single cvs tree that supports the 3 environments. The source moves from one environment to the next using tags. I don't know how to create the environment. I know I can use the 'cvs co -d env os/app' to checkou

Re: merged code from branch to MAIN

2004-11-12 Thread Andreas
If the newly merged MAIN is "the state of affairs" now, why dont you create a new branch on it and abandon branch B? "Rick Oosterholt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > branch visualisation: > > /- branch B --- >/ > --/ MAIN trunk > >