1 / 17

Getting Started with Subversion

Getting Started with Subversion. What is a Subversion?. Subversion is a free/open-source version control system. It manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed.

aldon
Télécharger la présentation

Getting Started with Subversion

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Getting Started with Subversion

  2. What is a Subversion? • Subversion is a free/open-source version control system. It manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed.

  3. Creating working folder? • Run the TortoiseSVN installer. Installer is shared at following location: \\srv1\data\Common\Irfan\TortoiseSVN-1.4.1.7992-win32-svn-1.4.2.msi • Create a project Directory somewhere on your hard drive. Right click in that Directory and select “SVN Checkout…”

  4. Type for the repository URL and click OK

  5. Add new file. • Place new file or directory in to checked out dirctory. • Right click the file and select “TortoiseSVN, Add” • To send all your changes to the server, right click and select “SVN Commit”: Its just like check in of VSS. • ‘SVN Update’ is just like check out of VSS.

  6. Add new file……..

  7. Add new file…….

  8. Rename/Delete Files. • Select “TortoiseSVN” ->Delete • Select “TotoriseSVN” ->Rename

  9. Show History • If you wish to see the number of changes a file went through, the users who made these changes and the revisions in which the changes were made, you can use the 'Blame' option • Right click on the file and Select the TortoiseSVN - >Blame option

  10. Show History…

  11. Applying Label • Select “TortoiseSVN” -> Brach/Tag

  12. Icon Explanation • Normal • Modified • Conflict

  13. Icon Explanation………. • this icon overlay reminds you that you should release the lock if you are not using it, to allow others to commit their changes to the file. • This icon shows you that some files or folders inside the current folder have been scheduled to be deleted from version control or a file under version control is missing in a folder.

  14. Icon Explanatio • The plus sign tells you that a file or folder has been scheduled to be added to version control. • Read-only Files. This is used to Deny Multiple checkouts to a file.

  15. Question ?

  16. Thank You !

More Related