openSource CVS - can anyone recommend one?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

openSource CVS - can anyone recommend one?

Post by patrikG »

Can anyone recommend a openSource CVS, possibly written PHP?
It doesn't need to be cutting edge - I just need it for small-scale projects. And, of course, it should be fairly easy to use :)
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

Are you asking about an open-source CVS viewer /front-end client? Or alternate version control software? CVS is open source, but in C.

I've always used command-line to commit/update/rollback CVS changes in my projects. However I've used viewCVS through sf.net for quickly browsing/diffing the repository.
Post Reply