SVN client
Revision as of 21:06, 18 October 2014 by WikiFreak (talk | contribs) (Created page with "Category:Linux Category:Development Note: the SVN client version must match the server version for better performances and to avoid errors. =Windows= Tortoise SV...")
Note: the SVN client version must match the server version for better performances and to avoid errors.
Windows
Tortoise SVN is the best client available, see http://tortoisesvn.tigris.org/
!! During installation, don't forget to install the svn command line tools !!
Linux
Command line client
apt-get install subversion subversion-tools
Then you can use the svn command:
- svn co --username=yourUserName --password=yourpassword http://path-to-your-svn
- svn add file
- svn commit -m "my revision comment"
Thunar integration
RabbitVCS => Like tortoise SVN
# Add new repo and install application
add-apt-repository ppa:rabbitvcs/ppa
apt-get update
apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus3 rabbitvcs-thunar
# Create configuration folder
mkdir -p ~/.config/rabbitvcs
chown -R guillaume:guillaume ~/.config/rabbitvcs
chmod -R 777 ~/.config/rabbitvcs
Official wiki page: http://wiki.rabbitvcs.org/wiki/install/ubuntu
[!] You need to reboot before you can use that application