libra
Uploaded by
12 SLIDES
269 VUES
120LIKES

Introduction to Subversion (SVN): Version Control for Collaborative Projects

DESCRIPTION

This guide introduces Subversion (SVN) as a version control system that enables multiple users to collaborate on the same project seamlessly. SVN allows for tracking changes between various versions, and users can easily undo modifications made in applications like GAMS after solving. It outlines the basic structure of SVN, including the trunk for working directories, branches for significant changes, and tags for milestone folders. It also explains how to export data using TortoiseSVN, and provides a link for downloading TortoiseSVN for users to get started.

1 / 12

Télécharger la présentation

Introduction to Subversion (SVN): Version Control for Collaborative Projects

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. Version Control Introduction to Subversion (SVN)

  2. The Idea of SVN • Various people could work on the same Project • You can see changes between the versions • You can undo the changes you made with GAMS after solving

  3. General Construction of a Version Control • /trunk • contains the working directory, small changes • /branches • For big changes in a separate directory • /tags • For „Milestones“

  4. Folders in EU Fasom

  5. First Import using TortoiseSVN

  6. User name and password

  7. Exporting data from SVN

  8. First version control

  9. Structure of your folders

  10. Using SVN

  11. Example: Comparing changes

  12. How to get SVN • http://tortoisesvn.net/downloads

More Related