320 likes | 483 Views
TortoiseSVN. By Group 1 Team B. Installing TortoiseSVN. Click Next to Install. Click “I accept…” and then Next. Click Next. Click next to Install. Click Cancel if needed. Click the Finish button to complete the installation.
E N D
TortoiseSVN By Group 1 Team B
To start using the software you must first restart your computer
Once you install TortoiseSVN, you will find new options added to the Windows right click popup menu
Getting Help • Right click anywhere on your computer • Select TortoiseSVN • Select Help
Checkout • Create a folder • Right Click and choose Checkout • Enter your URL for the repository https://acuas-ep.googlecode.com/svn/trunk/
Authentication for the Repository • Google account and password
Add a file, folder, folder tree to your repository • In your copy navigate to your folder • Add a new file • Right click on the file • Select the option TortoiseSVN - >Add option
Adding Continued • The 'TortoiseSVN: Add' box will be displayed which will confirm the file that is to be added. Click 'OK' • The 'TortoiseSVN Add ... Finished!' box will be displayed with a successful message. Click 'OK' • To send this change to the working copy to the repository, you need to perform a 'Commit' operation. Right click on the file Use-Cases.doc • Select the option 'SVN Commit' • Enter a log message • Click 'OK'
Modify contents in the Subversion repository Make the required modifications in your working copy Right click on the file that was modified Select the option 'SVN Commit' Enter a log message Click 'OK'
Revert Changes • If you wish to remove all changes made to the local copy that have been added but not committed, you can use the revert operation. This will undo all changes made to a file since the last commit.
Get the contents of an earlier revision • If you want to view the contents as in an earlier repository revision, you can do that by using the 'Update to revision' option • Right click on the file/folder • Select the TortoiseSVN - >Update to Revision option
Update the working copy • To update the working copy with the latest repository revision, • Right click on the folder/file • Select 'SVN Update'
Edit Conflicts • Right click on the file • Select the TortoiseSVN - >Edit Conflicts option
Fix the conflict Cont. • Right click on the changes made by you • After choosing the appropriate resolution for all the conflicts, right click on the file • Select the TortoiseSVN - >Resolved optionThe filename.ext.r* files will get deleted • Right click on the file 'filename.ext' • Select the TortoiseSVN - >Commit option • Enter a log message • Click 'OK'
View Logs • Right click on the file/folder • Select the TortoiseSVN - >Show Log option • The 'Log Message' window will display the various log messages entered for a file/folder
Repository Browser • Right click on the file/folder • Select the TortoiseSVN - >Repo-browser
Revision Graph • Right click on the file/folder • Select the TortoiseSVN - >Revision Graph option • The revision graph window displays the number of versions the file/folder has been through