I'm trying to checkout some directories into one directory on the client computer. To do so I do this:
 
cvs -d :ext:user@server:/repos -z3 co -kb -N -d "c:\test" moduleName\dir1 moduleName\dir2
 
The problem is that CVS creates a "moduleName" directory in c:\test and then checks out the directories into this folder. What I want is to be able to checkout the dir1 and dir2 directories directly into c:\test. Is this possible?
 
If I execute the same command above but only specify the modulename like so:
 
cvs -d :ext:user@server:/repos -z3 co -kb -N -d "c:\test" moduleName
 
then no "moduleName" folder is created and everything checks out normally, which would be fine except I only want to checkout certain directories within the module.
 
Any help is appreciated!
 
Jason A. 

Reply via email to