- Download and Install the msi
- Create a New Folder (for repository, where ever you want to place it) to host your repository
- Right click the Folder -> Click TortoiseSVN -> Click Create New Repository Here. This now becomes your primary repository.
- Create another folder (for working copy, anywhere you want to put working working copy)
- Right click the Folder -> Click SVN Checkout.. This makes your new directory as a SVN working copy directory
- In CheckOut specify the repository folder path as URL in file:// format (example:”file:///C:/Repository”)
- Create sub-folders in your working copy directory and add them to SVN
- Right click sub-folder -> “SVN Add..” then click “SVN Commit..”
- Then place working files/scripts in respective sub-folders, right click add them and then commit them
- If you need to cleanup, right click and select “SVN Clean Up”