Creating the Repository:
bash$ svnadmin create /dir/path/REPOS_NAME
bash$ cd /tmp
bash$ mkdir svn
bash$ cd svn
bash$ mkdir trunk branches tags
bash$ cd /tmp
bash$ svn import svn file:///dir/path/REPOS_NAME -m "Initial Import"
bash$ svn switch --relocate OLD_URL NEW_URL
First we need to install PuTTY, PuTTYgen, Pageant and Tortoise on our Windows system. All we need to do is download the exectuable files (.exe) and save them somewhere, e.g. on the desktop. We don't need to install them as they are standalone applications. To start them, we only need to double-click them.
Here are the simple instructions on setting up the SSH key and SVN:
svn+ssh://svn@svn.server.com/dir/path/MODULES/trunk MODULES
For detailed description of the procedure, please go to