12
Version Control Introduction to Subversion (SVN)

Version Control

  • Upload
    libra

  • View
    15

  • Download
    0

Embed Size (px)

DESCRIPTION

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 - PowerPoint PPT Presentation

Citation preview

Page 1: Version Control

Version Control

Introduction to

Subversion (SVN)

Page 2: Version Control

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

Page 3: Version Control

General Construction of a Version Control

• /trunk – contains the working directory, small changes

• /branches– For big changes in a separate directory

• /tags – For „Milestones“

Page 4: Version Control

Folders in EU Fasom

Page 5: Version Control

First Import using TortoiseSVN

Page 6: Version Control

User name and password

Page 7: Version Control

Exporting data from SVN

Page 8: Version Control

First version control

Page 9: Version Control

Structure of your folders

Page 10: Version Control

Using SVN

Page 11: Version Control

Example: Comparing changes

Page 12: Version Control

How to get SVN

• http://tortoisesvn.net/downloads