This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

The Open Source Zone


cvsgrab

Project logo
Project Name cvsgrab
Category Development tools
Programming Language Java
Project Home Page http://cvsgrab.sourceforge.net/
License(s) BSD
License URL(s)
Tags (edit) cvs

Nice utility for checking out cvs repository from behind a restrictive firewall. If

  • you're behind a firewall and can't tcp to port 2401
  • have regular http internet access (perhaps via http proxy)
  • viewcvs or cvsweb or FishEye or Chora is running for the target cvs repository

then instead of

you can use

cvs checkout

cvsgrab -url .. -proxyHost .. -proxyPort ..

cvs update

cvsgrab -proxyHost .. -proxyPort ..

cvs diff

cvsgrab -diff -proxyHost .. -proxyPort ..

Here are some usage examples. SVN on the other hand usually runs over HTTP/HTTPS itself so you shouldn't need cvsgrab to use it.

Notice: If CVSGrab doesn't work on some server, and it used to work, try to update your version of cvsgrab. Since this tool uses screen-scraping to get content out of the web interface for the target cvs repository, it is very sensible to changes in the page layout and can break when there is an update on the site. (Ludovic, author of cvsgrab)

Edit project.

Report abuse.

Add similar projects.

Reviews

Be the first person to review this project!

User tips

Add a tip.

Related books

Add more books.


Last modified on 2006-08-21 03:33:28.12 (rel. 3).