Any suggestion about a good SCM??

razorfish

Registered Member
Joined
Jul 25, 2008
Messages
99
Reaction score
21
Guys I have a (shared) linux server , hosting my projects (blogs etc..) and I use to develop under Windows environment...

So what SCM software do you suggest in order for me to keep my source code synchronized between linux and windows??
 
Well, the 2 that are in heavy use this days are GIT and SVN.

Personally I use GIT, which unlike SVN is distributed and much more compact.
 
Back
Top