CVS
PhreaK
Posts: 966
Just curious, what data and source code management (subversion, sync toy, etc) do others out there use and why? Especially for projects you may have multiple programmers working on and need to handle merging of code and/or file check-out.
We're looking at switching to running a subversion setup and am just wondering if it has worked for others in the AMX world.
We're looking at switching to running a subversion setup and am just wondering if it has worked for others in the AMX world.
0
Comments
I've used SVN in the past with great success, and it's just text files so programming language, or really file type independant, just differences.
-Trav
As you said though, its all just data. I'm mainly just interested to see how others are approaching the situation.
Easy to use, and very helpful if multiple programmer work on one project (highest was upto 5 programmers working the same time at the same project in the past). It's also very helpful for recover and maintenance projects.