version control

TwitterFacebook
Get flash to fully experience Pearltrees

Subversion Cheat Sheet

http://www.abbeyworkshop.com/howto/misc/svn01/ This Subversion cheat sheet was created during the initial setup of Subversion on Apache 2.0 on Windows and Mac OS X. A detailed tutorial covering most of the features of Subversion can be found in the online Subversion book . However, to make Subversion more useful for me, I created this Readers' Digest version.
All the required packages are available in the Ubuntu repositories. Installing Subversion Use apt-get : sudo apt-get update sudo apt-get install subversion Creating a Repository Let's say you want your repository to be in /var/svn/repos , type in these commands: http://www.subversionary.org/howto/setting-up-a-subversion-server-on-ubuntu-gutsy-gibbon-server

Setting up a Subversion Server on Ubuntu Gutsy Gibbon server | S