

Set up a Samba share so you can access files on the remote machine directly using Windows, at which point you can use TortoiseSVN on your local Windows machine. The University of Minnesota have produced a brief guide on configuring X forwarding with PuTTY it looks good but I've not tried following it myself. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. Which means it's available right where you need it: in the Windows file explorer. Search for "svn commands" with your favourite search engine for hints.įind a Linux based graphical user interface, and set up X11 forwarding, so windows you open on the remote machine appear on the local machine. TortoiseSVN is a Subversion (SVN) client, implemented as a windows shell extension. Once you have this, you'll use more commands to work with your working copy.
#TORTOISE SVN CLIENT 64 BIT INSTALL#
The command you need is probably one of sudo yum install svn or sudo apt-get install svn. To check if you have them installed, try running which svn on the system if you get something along the lines of no svn in (blahblahblah), you need to install Subversion.

It provides a splendid and easy user interface for the SVN. It is based on a top Apache product 'Subversion'. It is a revision control, version control, and source control software for windows.

Use the command-line Subversion utilities over PuTTY to work with your working copy. TortoiseSVN is a popular SVN client that is used to communicate with the SVN server. You can't install TortoiseSVN on a Linux machine, as TortoiseSVN is Windows only.
