Re: cvs -d <dir> init command

Martin Entlicher <[email protected]> Thu, 26 Aug 2004 11:43:03 +0200
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
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]
>