You are not logged in.

#1 2009-08-12 03:48:11

matthewbauer
Member
From: /usa/ks
Registered: 2009-07-20
Posts: 86

What version control system best meets The Arch Way?

What version control system meets The Arch Way of minimalism and simplicity the best?

I'm looking to use a VCS and wanted to know what people think is the simplest and most arch-like.


Libertarian Arch Linux User

Offline

#2 2009-08-12 03:51:11

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,651
Website

Re: What version control system best meets The Arch Way?

git

Offline

#3 2009-08-12 04:21:54

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: What version control system best meets The Arch Way?

Allan wrote:

git

QFT.

Offline

#4 2009-08-12 06:35:12

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Re: What version control system best meets The Arch Way?

git was for me such a better experience then svn, i had constant problems with svn but with git it all worked. Git integrates good in the linux environment and it's used by the linux kernel , KDE ?, Gnome ? So it's good smile

Offline

#5 2009-08-12 08:25:03

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,954
Website

Re: What version control system best meets The Arch Way?

Tech Talk: Linus Torvalds on git:
http://www.youtube.com/watch?v=4XpnKHJAok8
Interesting and also very funny sometimes.


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#6 2009-08-12 08:51:42

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: What version control system best meets The Arch Way?

another vote for git!

There are a couple of tutorials on the git website that I found useful.

Linus' Google presentation is informative and very entertaining. If you have a soft spot for cvs or svn best not to watch. smile

Offline

#7 2009-08-12 20:41:26

shagrat
Member
From: Norway
Registered: 2004-05-25
Posts: 18
Website

Re: What version control system best meets The Arch Way?

Minimalistic, simple, and usable UI: mercurial

Offline

#8 2009-08-12 22:33:22

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: What version control system best meets The Arch Way?

Before I opened this, I knew everyone was going to say git big_smile


neutral

Offline

#9 2009-08-12 23:28:05

crouse
Arch Linux f@h Team Member
From: Iowa - USA
Registered: 2006-08-19
Posts: 907
Website

Re: What version control system best meets The Arch Way?

CVS (Concurrent Version Control System) is a powerful tool which allows concurrent development of software by multiple users.
Basically, cvs is built upon rcs. Git is totally different from both.

What you use depends on what your doing with it I think.
I use plain old RCS. But I use mine more for revision control for myself, making it drop dead easy to use.



FROM: http://www.faqs.org/docs/Linux-HOWTO/CVS-RCS-HOWTO.html
------------
Advantages of RCS:

    * RCS is very simple to setup, with less administrative work.
    * RCS is used in a centralized area where everyone works.
    * RCS is useful for simple systems.
    * Very strong locking of files - concurrency eliminated.

Downside of RCS:

    * Concurrent development by multiple developers is not possible due to file locking and being limited to a single working directory. Because of the single working directory limitation, changes to files by multiple developers can cause failure of the 'make' command.
    * Cannot stamp releases of an entire software project.

Offline

Board footer

Powered by FluxBB