Re: cvs -d <dir> init command
Andrew <[email protected]> Thu, 26 Aug 2004 12:43:03 -0600
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply Martin. Although that just ruin my day!! hehe. Just kidding. guess I'll just have to exec the call then. Oh well. Thanks again! Andrew Martin Entlicher wrote: > Hi Andrew, > > This is not implemented. The cvslib is just a cvs client, not server. > And initialization of the repository is a responsibility of the > server. To implement the server side would be a quite complex amount > of work. > > Regards, > Martin > > Andrew wrote: > >> 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 >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >