CVS (Control Version System) how to?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
hannnndy
Forum Contributor
Posts: 131
Joined: Sat Jan 12, 2008 2:09 am
Location: Iran>Tehran
Contact:

CVS (Control Version System) how to?

Post by hannnndy »

Dear friends,

we have a network in our office and we are using windows and linux both for web development now we need a cvs to control the codes which developers are working on windows developers are usng dreamweaver and linux ones using kdevelope or eclipse

which cvs do yo recommand us to set up in our office for every one to work on it? :wink:
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: CVS (Control Version System) how to?

Post by VladSun »

I use this one - http://cvs.nongnu.org/
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: CVS (Control Version System) how to?

Post by Christopher »

CVS is really easy to setup on a Linux server and many come with it installed. Subversion is more powerful (if you need those features) but a little more complicated to configure.
(#10850)
Post Reply