Simple Steps to Success with SVN Client for Windows¶
If you've never used SVN before - and you run Windows on your work machine - follow these simple steps, and you'll be utilizing SVN in no time.
SVN stand for SubVersioN, and it refers to a special way of storing the source code for programs. From the developers perspective, the SVN repository (the central storage area) and the SVN Client that we will be installing on your computer will interact with each other in a way that is similar to a GUI based FTP program.
Theres only a few basic commands -so jump on in and follow the steps below.
Steps¶
- Download and install the TortoiseSVN client for Windows.
- Using Windows Explorer create a new folder on your local system where you want to keep working copies of the SVN files
- right click on folder and select "SVN checkout"
- URL of Repository: http://projects.colsolgrp.net/svn/superfecta/branches/v2.2.4.x
- Keep remaining defaults, click ok
- Tortoise will download files and build a local copy of the project
- Everything is accomplished with right click, to get updates, rightclick and select "SVN Update"
- If you make changes to a local file you want to upload, rightclick "SVN commit" and follow the prompts