| Page | Description | Tags |
|
Mercurial is a (distributed) version control system. Home of mercurial is: <http://www.selenic.com/mercurial/wiki/>
I'm currently trying out mercurial. Main ad… |
vcs |
|
The Revision Control System
# initial checkin:
ci -i foo.sh
# checkout:
co foo.sh
# checkout and edit:
co -l foo.sh
# checkin:
ci -u foo.sh
# check what … |
vcs |
|
Here I'm going to describe the steps to get subversion up and running. I am using Debian Etch as the preferred OS. Access to the repository will be done via apa… |
vcs |
|
git is a (distributed) version control system.
* Home of git is <http://git-scm.com/>
* The git wiki can be found at <http://git.or.cz/gitwiki>
* Th… |
vcs |