Forums: Back End:

 

versioning

first
 

baron ruhstoff versioning

Can anyone recommend a CVS/Subversion host?

And as long as I have your attention... is there any reason to choose Subversion over CVS or vice versa?

Thanks!

 

Stickman

Of the two, use Subversion. Although, if I hadn't already set my projects up on SVN I'd probably be using Mercurial because it's a DVCS which has a number of advantages over a centralised system like CVS or SVN.

As for a host, I use Assembla -- it's a great service and you get a lot for free (SVN by default but Mercurial too, as well as tools like Trac, a wiki etc.).

StickBlog - random developer stuff
quote
 

baron ruhstoff

Originally posted by: Stickman
Of the two, use Subversion. Although, if I hadn't already set my projects up on SVN I'd probably be using Mercurial because it's a DVCS which has a number of advantages over a centralised system like CVS or SVN.

As for a host, I use Assembla -- it's a great service and you get a lot for free (SVN by default but Mercurial too, as well as tools like Trac, a wiki etc.).


Cool, cool. Thanks!

 

tenPlus

thanks from me as well, it's always good to hear what the pro's are using

 

poliguin

used to use tortoisesvn.tigris.org/, liked it a bit, but there are some annoyances that i couldn't figure out how to get around - especially when it came to having out of sync binaries. would usually have to just delete my local binary, update then recompile. the other mother b was changing working directories, it didn't like that so much.

var _oRLY = {HAI:function(){return this.KTHXBYE(); },KTHXBYE:function(){ return this.HAI();},init:function(){ this.HAI()};_oRLY.init()?'YARLY':'NOWAI';
quote
 
first
 

Forums: Back End: versioning

 
New Post
 
You must be logged in to post