Using TortoiseSVN

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

Leave a Reply

Your email address will not be published. Required fields are marked *