Guide to installing and setting up VisualSVN
VisualSVN Installation
Download and install the following files from www.visualsvn.com
•
TortoiseSVN-1.4.8.12137-win32-svn-1.4.6.msi
•
VisualSVN-1.3.2.msiNow, TortoiseSVN is integrated with Windows explorer, and VisualSVNis integrated with Visual Studio.
To get working copy of solution from Subversion
•
Open Visual Studio
•
Click on VisualSVN => Get Solution from Subversion
Select the repository folder of the solution (fromserver)
Give Name for solution
Select location for working copy
•
A local working copy of the solution is copied to the specifieddirectory
To add your solution to Subversion
•
Open Visual Studio
•
Click on VisualSVN => Add Solution to Subversion
•
Add to existing repository or create new repository
•
Ensure working copy root folder is correct and press OK
•
Solution is added to Subversion
To get latest version of file/solution from repository
•
Right-click on solution/file and select UpdateOr
•
Click on VisualSVN => Update
•
The local version is updated to the latest version from repository
To save local files/solution to repository
•
Right-click on solution/file and select CommitOr
•
Click on VisualSVN => Commit
•
The changes in local working copy are updated to the repository
To see changes made in local copy before committing
•
Click on VisualSVN => Show Changes
Leave a Comment