On Sat, 30 Apr 2005 10:31:33 -0400, somebody wrote:

> I've tried numerous permutations of the following command
> to import my java files in ~/java into the repository
> in /usr/local/cvsroot.  I get an error each time.
> Can someone please tell me the syntax to use to simply
> import the files in ~/java to /usr/local/cvsroot, WITHOUT
> using the $CVSROOT environment variable?
> 
> -Thanks
> 
> cvs -b java -d /usr/local/cvsroot import -m "My java junk"


Never mind, got it with this command:

cvs -d /usr/local/cvsroot import -m "Sample Program" project sample start 

_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to