quick tutorial on tortoisesvn

10
TortoiseSVN l

Upload: amplephi

Post on 24-May-2015

5.448 views

Category:

Technology


2 download

TRANSCRIPT

Page 2: Quick Tutorial on TortoiseSVN

What is TortoiseSVN?

• A free, open-source revision control / version control / source control software for Windows.

• A standalone Apache Subversion client.• Not integrated with a specific IDE so it can be

used with any development tools.• To download TortoiseSVN, please follow this

link: http://tortoisesvn.net/downloads.htm

Page 3: Quick Tutorial on TortoiseSVN

Features

Since it is based on Subversions, TortoiseSVN has all the features of Subversion, including:• Most current CVS(Concurrent Versions System)

features• Directories, renaming, and file meta-data

versioning• Commits that are truly atomic• Branching and tagging operations• Efficient handling of binary files

Page 4: Quick Tutorial on TortoiseSVN

How To: Check out a Fresh Repository

• Create a folder for your project on your local system (this folder must be empty)

• Right click on the folder and click “SVN Checkout”

• Enter the URL of your repository.• Select one of the “Checkout Depth” options and

click “OK”. • The next slide contains the screen shots of this

process.

Page 5: Quick Tutorial on TortoiseSVN

How To: Check out a Fresh Repositoryscreen shots

Page 6: Quick Tutorial on TortoiseSVN

How To: Update to check for changes

• Right click on the project folder and select “SVN Update” as shown below

Page 7: Quick Tutorial on TortoiseSVN

How To: Update to Check for Changes

• SVN will show you a list of updated files.

• Click OK and you are now ready to work with new changes

Page 8: Quick Tutorial on TortoiseSVN

How To: Commit a Changed File

• Right click on the project folder and select “SVN Commit.”

• SVN will show you all files that have been changed. Select the ones that you’d like to commit.

• Enter a message in the “message” box above the selected files. This is not required but recommended so that it would be easier to go back and track your changes later if you ever need to.

• The following slice shows the screen shots of the commit process.

Page 9: Quick Tutorial on TortoiseSVN

How To: Commit a Changed File

Page 10: Quick Tutorial on TortoiseSVN

Conclusion

• SVN has a lot of other great features but in this short tutorial, I showed you only its three basic functions.

• To learn more about it, here are some useful links: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-

dug.html http://www.dev102.com/2008/10/07/how-to-use-the-svn

-client-and-start-working-with-your-subversion-version-control/

http://dangerousprototypes.com/docs/Using_SVN