| Author |
A very simple version contol software
|
S Venkatesh
Ranch Hand
Joined: Jun 27, 2005
Posts: 464
|
|
Hi, I am looking for a very simple and easy to use version control software (like VSS by Microsoft) which is free and simple to use. Can anyone suggest me any? Thanks
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
|
You can try CVS or Subversion. Both are free and open source.
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
S Venkatesh
Ranch Hand
Joined: Jun 27, 2005
Posts: 464
|
|
Hi Freddy, Is CVS simple to use? I have never tried it. Is the learning curve simple?
|
 |
bart zagers
Ranch Hand
Joined: Feb 05, 2003
Posts: 234
|
|
I would rather give subversion a try. I had no real troubles setting it up or using it, however it depends of course on your specific requirements.
|
 |
S Venkatesh
Ranch Hand
Joined: Jun 27, 2005
Posts: 464
|
|
Well i am currently using IBM's CLEARCASE. Its licensed. Company wants to get away to a free alternative solution which is very simple cos we are planning at maintaining different baselines for different clients. Simpler the better...this is all my requirement
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
I also prefer Subversion. It's quite easy to setup. Most of the IDEs have subversion plugin. Give it a shot
|
 |
bart zagers
Ranch Hand
Joined: Feb 05, 2003
Posts: 234
|
|
We did the something similar. We were using Clearcase as well but it was too complex and too expensive for our needs. We switched to subversion and everybody was happy, our boss because he did not have to pay for it and my collegues who found it simple to use due to the nice toolset (Subclipse as Eclipse plugin, TortoiseSVN...). For a new setup I would not use CVS, which was the somewhat like the standard, but use Subversion, which is some sort of CVS-successor and becoming the standard. Installing/running was not a problem and maintaining (backups) is not a problem. The only thing we struggled with a little bit is the structure of the repository (you get a lot of freedom). After a while, when we got used to subversion, we rearranged the repository(ies) and the code a bit.
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
+1 for subversion
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
S Venkatesh
Ranch Hand
Joined: Jun 27, 2005
Posts: 464
|
|
Thanks guys!! I have installed subversion. Setup seems to be quite easy. I am doing some tests on using it. Thanks again for all your suggestions. Will intimate you all once the switch is complete
|
 |
 |
|
|
subject: A very simple version contol software
|
|
|