Discussion:
How to communicate with CVS server via my application?
Metalpalo
2009-05-04 12:06:12 UTC
Permalink
Hello

I need to communicate with CVS server via my Visual Basic application and
perform following operations:
1.login to CVS server
2.checkout module on base tag from sub directory on repository path
3.achieve list of tagged version from this subdirectory

can somebody explaim me how can I do it? Does exist some suitable library?
On my system the cvsservice and cvclock processes are running and I have
installed Wincvs application to communicate with server.

Thanks
--
View this message in context: http://www.nabble.com/How-to-communicate-with-CVS-server-via-my-application--tp23366727p23366727.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Arthur Barrett
2009-05-04 20:16:16 UTC
Permalink
Post by Metalpalo
I need to communicate with CVS server via my Visual Basic
application and
1.login to CVS server
2.checkout module on base tag from sub directory on repository path
3.achieve list of tagged version from this subdirectory
can somebody explaim me how can I do it? Does exist some
suitable library?
On my system the cvsservice and cvclock processes are running
and I have
installed Wincvs application to communicate with server.
WinCVS is a GUI layer that calls CVSNT client to communicate with the
server. The cvs or cvsnt client is what communicates with the server.

If you have cvsservice and cvslock running then you are running cvsnt
server and you should contact the cvsnt newsgroup/mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

If you need to communicate with CVS or CVSNT server then the best
technique is to do what WinCVS does - call the CVS or CVSNT client.

If you are writing a commercial application and using CVSNT then you
should join the partner programme:
http://store.march-hare.com/s.nl/sc.2/category.61/.f

Regards,


Arthur Barrett

Loading...