cvs question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ser_buyer
Forum Newbie
Posts: 2
Joined: Wed Jan 16, 2008 4:50 pm

cvs question

Post by ser_buyer »

hello,

we have 2 programmers working on a php project and i am considering CVS.

would you guys recommend installing CVS on our server or hosting it on third-party like cvsdude . com

please advise

thanks
Chonk
Forum Newbie
Posts: 24
Joined: Fri May 28, 2004 3:58 am

Re: cvs question

Post by Chonk »

If your not a useless server administrator and your server has redundancy to support say a drive failure do it.

Another option is http://unfuddle.com/home , removes all the hassle and gives added functionality.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: cvs question

Post by RobertGonzalez »

You could also consider the wildly popular Subversion Version Control System. Easy to use, easy to install, easy to admin.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: cvs question

Post by Chris Corbyn »

If you're setting this up from scratch use subversion rather than cvs. Its a lot better and many projects using cvs are moving to svn.
Post Reply