APIs for CVS

2005-06-16 Thread Ganapathi Hegde
Hi,

I need to integrate my tool with CVS. Is CVS gives any APIs?
Or any otherway I need automate Check-In, Check-Out and Modify

Thanks  Regards,
Ganapathi


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: APIs for CVS

2005-06-16 Thread Bittner,Peter
Hi!

There are a couple of Open Source projects that access CVS, so there is
definitely an API (though I dunno about related documentation for the
moment).

You could consult the source code of, e.g. TortoiseCVS. Download it
here:

http://www.tortoisecvs.org/download.shtml

Cheers, Peter


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ganapathi Hegde
Sent: Thursday, June 16, 2005 10:49 AM
To: info-cvs@gnu.org
Subject: APIs for CVS

Hi,

I need to integrate my tool with CVS. Is CVS gives any APIs?
Or any otherway I need automate Check-In, Check-Out and Modify

Thanks  Regards,
Ganapathi


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Re: APIs for CVS

2005-06-16 Thread Alexander Taler

  Ganapathi I need to integrate my tool with CVS. Is CVS gives any APIs?  Or
  Ganapathi any otherway I need automate Check-In, Check-Out and Modify

You may want to look at libcvs.
http://www.gnu.org/software/libcvs-spec/

Alex


-- 
https://savannah.gnu.org/projects/libcvs-specAccess CVS through a library.
PGP:  ID: 0x23DC453B  FPR: 42D0 66C2 9FF8 553A 373A  B819 4C34 93BA 23DC 453B
convince your customer that pserver access to a CVS server is, if not
*actually* the work of the devil, then pretty similar -- Derek Price


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Re: APIs for CVS

2005-06-16 Thread Todd Denniston
Ganapathi Hegde wrote:
 
 Hi,
 
 I need to integrate my tool with CVS. Is CVS gives any APIs?
 Or any otherway I need automate Check-In, Check-Out and Modify
 
 Thanks  Regards,
 Ganapathi

It is not clear if you are needing to integrate a tool you have built with
CVS or one you have purchased.

if you built it, then libcvs might be a good fit.
if you have purchased it, there are some projects which have integrated cvs
with Microsoft's SCC API, and other individual IDEs[1]. (I use the link to
cvsnt because they are conveniently together there)

[1]
http://www.cvsnt.org/wiki/ThirdPartyTools#head-fc58f200cea8e136e0be4d945fcee085858fe670

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs