Accessing CVS from within a ruby application

R

Rob.Garwood

Hi,

I need to access a CVS repository (read only) from within a ruby
application. I have found the libraries CVStools and Ruby/CVS. Are
there any others? If not has anyone used these and would you recommend?
I am running ruby on WinXP and will be accessing CVS via extssh.

Thanks
 
D

Dan Uznanski

Er... not quite. CVS is Concurrent Versioning System, an open source
revision control system. CSV is Comma Separated Values, a common file
format. The library in stdlib is for the latter of these, though even
that has replacements, including most notably FasterCSV.

I am not aware of any other CVS manipulation libraries for Ruby, as I
usually use SVN.

Dan
 
R

Rob.Garwood

Dan said:
Er... not quite. CVS is Concurrent Versioning System, an open source
revision control system. CSV is Comma Separated Values, a common file
format. The library in stdlib is for the latter of these, though even
that has replacements, including most notably FasterCSV.

I am not aware of any other CVS manipulation libraries for Ruby, as I
usually use SVN.

Dan
When I said CVS not CSV, it was in regards to my original question.
I.e. my question was about CVS not CSV. But thanks anyway.
 
M

Mike Harris

Hi,

I need to access a CVS repository (read only) from within a ruby
application. I have found the libraries CVStools and Ruby/CVS. Are
there any others? If not has anyone used these and would you recommend?
I am running ruby on WinXP and will be accessing CVS via extssh.

Thanks
I've had generally good luck with RSCM

http://rscm.rubyforge.org/
 
R

Rob.Garwood

I used a system call to interact with CVS from a command prompt, as it
was only CVS export that I needed.

I didn't know about RSCM, it'll certainly be something worth keeping in
mind for the future.

Thanks for that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top