Introduction to Subversion (SVN): Version Control for Collaborative Projects
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.
Introduction to Subversion (SVN): Version Control for Collaborative Projects
E N D
Presentation Transcript
Version Control Introduction to Subversion (SVN)
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
General Construction of a Version Control • /trunk • contains the working directory, small changes • /branches • For big changes in a separate directory • /tags • For „Milestones“
How to get SVN • http://tortoisesvn.net/downloads