cvs -d <dir> init command
Andrew <[email protected]> Wed, 25 Aug 2004 15:35:20 -0600
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
I just starting out using the cvslib(using version for 3.6) in my own application and I need to be able to create a repository from inside the applicaiton. So I need to be able to run a command akin to: cvs -d /my/cvs/dir init How do I do this? I don't really see a AdminCommand of any type like this. Thanks in advance! Andrew