[Ilugc] Best version control mangement systems in LInux

  • From: arnstein87@xxxxxxxxx (Arnold Noronha)
  • Date: Fri Jun 6 18:58:15 2008

On Fri, Jun 6, 2008 at 6:45 PM, Sujith <m.sujith@xxxxxxxxx> wrote:

narendra babu wrote:
 > Hi ,
 > I&nbsp; am working on Linux project .
 > I would like to know which are best source code control .
 > I have worked in RCS,CVS, SCCS on Unix env .
 > But i have requirement to maintain version control for binaries or images ,
 > do we have open source tool for version control of binaries or image files 
.
 > and which could be easy and best for source control systems .
 > Suppose i want to install RCS , any document /URL for the same will be 
helpful .
 > if so please let me know .

If you want a centralized version control system, SVN would be your best 
option.
Or if you prefer a decentralized/distributed system, I would say, go for git.


My personal preference is svn+svk.. so everybody is happy: those who
want centralized can use svn directly, and those who want
decentralized (like me) can use svk.

svk can get pretty slow once the number of commits becomes large. :(

I haven't worked with git or mtn or bazaar, so can't really compare.

--Arnold

Other related posts: