LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2014 LinuxQuestions.org Members Choice Awards
User Name
Password
2014 LinuxQuestions.org Members Choice Awards This forum is for the 2014 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2014. This is your chance to be heard! Voting ends on February 3rd.


Notices


View Poll Results: Revision Control System of the Year
Bazaar 0 0%
BitKeeper 2 0.70%
CVS 6 2.11%
Darcs 1 0.35%
Fossil 2 0.70%
git 207 72.63%
Mercurial 20 7.02%
Perforce 4 1.40%
Subversion 43 15.09%
Voters: 285. You may not vote on this poll

Reply
  Search this Thread
Old 12-15-2014, 09:25 PM   #1
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Revision Control System of the Year


In your opinion, what is the best Revision Control System?

--jeremy
 
Old 12-15-2014, 10:23 PM   #2
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Having practical experience of cvs,svn,bzr,git and hg.... hg is by far the winner.
 
Old 12-16-2014, 03:57 AM   #3
lsces
LQ Newbie
 
Registered: Nov 2003
Location: Broadway, UK
Posts: 24

Rep: Reputation: 2
Quote:
Originally Posted by cyent View Post
Having practical experience of cvs,svn,bzr,git and hg.... hg is by far the winner.
Seconded. TortoiseHg gives a cross platform base to all of the others and much prefer to using git direct.
 
Old 12-16-2014, 10:42 AM   #4
pcardout
Member
 
Registered: Jun 2003
Location: Socorro, New Mexico
Distribution: Debian ("jessie", "squeeze"), Linux Mint (Serena), XUbuntu
Posts: 221

Rep: Reputation: 24
I am still using RCS. It is a revision control sysTem good for one to four person projects for those who do not have a lot of time to learn one. I use it to RCS my python code and also my larticles in LaTeX. Its advantage is not features, but simplicity.
 
Old 12-16-2014, 12:16 PM   #5
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Git is the only revision control system.
 
Old 12-16-2014, 01:25 PM   #6
dr_agon
Member
 
Registered: Sep 2007
Location: Poland
Distribution: Ubuntu LTS
Posts: 105
Blog Entries: 12

Rep: Reputation: 26
I had to use git for few projects, and when I learned it I started to use it for all my documents, including OpenDocument or MSOffice - now I am happy No more files with dates as suffix
Perhaps other can also be configured to do this, though.
 
1 members found this post helpful.
Old 12-16-2014, 02:48 PM   #7
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
Originally Posted by pcardout View Post
I am still using RCS. It is a revision control sysTem good for one to four person projects for those who do not have a lot of time to learn one. I use it to RCS my python code and also my larticles in LaTeX. Its advantage is not features, but simplicity.
Oh Good Lord, very very old memories... I forgot to mention I have used RCS and SCCS before that...

Actually, I'd still go with hg (Mercurial) for that use.

You only need the advanced branchy mergy distributed stuff if you need it... it keeps out of your way if you don't.
 
Old 12-16-2014, 05:29 PM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by pcardout View Post
I am still using RCS. (..) Its advantage is not features, but simplicity.
+1!
 
Old 12-16-2014, 08:18 PM   #9
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
the one I use happens to be git, so I'm voting for it. But I do admit that I'm voting a little unfairly, since I have not evaluated any other version control systems.
 
Old 12-16-2014, 08:38 PM   #10
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
Originally Posted by unSpawn View Post
+1! For simplicity.
Hmm. Yes, if your changes only ever effect one file...

If your changes hit say a file and a header file.... and simply don't work unless you roll _both_ forward or _both_ back....

Then something that understands changesets on a group of files becomes _much_ simpler to use.

And that is where mercurial wins.


It is simply a database of changesets.
 
2 members found this post helpful.
Old 12-16-2014, 09:33 PM   #11
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Git is the best.
It has many commands to do work.

But it lacks resuming cloning which is a negative point!
 
Old 12-17-2014, 01:42 AM   #12
Tux!
Member
 
Registered: May 2011
Location: Netherlands
Distribution: openSUSE
Posts: 114

Rep: Reputation: 32
git, not only because it is so fast, but also because it has interfaces to most other VCS's

and of course github

(where is SCCS in the list? )

Last edited by Tux!; 12-17-2014 at 01:47 AM.
 
Old 12-17-2014, 02:33 AM   #13
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,971

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
git, it's what I use the most often.
 
Old 12-17-2014, 04:06 AM   #14
metalaarif
Member
 
Registered: Oct 2011
Location: Nepal
Distribution: RHEL, CentOS, Slackware
Posts: 131
Blog Entries: 1

Rep: Reputation: 3
By all means GIT.....GIT ROCKSS \¬¬/
 
Old 12-17-2014, 06:27 AM   #15
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
git
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Revision Control System of the Year jeremy 2013 LinuxQuestions.org Members Choice Awards 13 02-04-2014 03:01 AM
Revision Control System of the Year jeremy 2012 LinuxQuestions.org Members Choice Awards 22 02-01-2013 06:49 AM
Revision Control System of the Year jeremy 2011 LinuxQuestions.org Members Choice Awards 16 02-08-2012 11:59 AM
Revision Control System of the Year jeremy 2010 LinuxQuestions.org Members Choice Awards 16 02-13-2011 02:54 AM
[SOLVED] Help figuring out RCS(Revision Control System), IE: the command CI stevenmnance Linux - Newbie 1 12-05-2009 02:59 PM

LinuxQuestions.org > Forums > 2014 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 09:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration