import and checkout to same directory

2004-10-27 Thread Stefan Schneider
Hi, is it possible to make something like $ cd PROJECT $ cvs import -I PRO1 vendor release $ cd .. $ cvs co -d PROJECT PRO1 cvs checkout: existing repository /cygdrive/f/PROJECT does not match /cygdrive/f/CVS/PRO1 cvs checkout: ignoring module PRO1 This does actually not work. I cannot checkout

Re: import and checkout to same directory

2004-10-27 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Schneider <[EMAIL PROTECTED]> writes: > is it possible to make something like > > $ cd PROJECT > $ cvs import -I PRO1 vendor release No. The -I switch takes a single argument and is intended to be a file glob like "*.o" > $ cd .. > $ cvs co

Re: import and checkout to same directory

2004-10-27 Thread Stefan Schneider
Mark D. Baushke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Schneider <[EMAIL PROTECTED]> writes: is it possible to make something like $ cd PROJECT $ cvs import -I PRO1 vendor release No. The -I switch takes a single argument and is intended to be a file glob like "*.o" Hi Mark,

Re: import and checkout to same directory

2004-10-28 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Schneider <[EMAIL PROTECTED]> writes: > Mark D. Baushke wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > Stefan Schneider <[EMAIL PROTECTED]> writes: > > > >>is it possible to make something like > >> > >>$ cd PROJECT > >>$ c

Re: import and checkout to same directory

2004-10-28 Thread Stefan Schneider
Mark D. Baushke wrote: But the problem I have starts with the checkout. I am not able to check out into the directory where I have imported from. Correct. Checkout to something else and then rename the directories if you need to. cvs does not like the possiblity that it will be clobbering uncontr