Subclipse CSCI 3130 Summer 2016
What is Subversion? A Version Control System A successor to CVS and SourceSafe Essentially gives you a tracked, shared file system Merging
How does Subversion Work? Create a repository Import files Checkout into Working Directory Make Changes Commit back to Repository Update MY REPOSITORY File 1 File 2 File 3 File 1 File 1 File 2 File 3 File 1 File 2 File 3 File 2 File 3 My Working Dir Your Working Dir File 1 File 1 File 2 File 3 File 3 File 1 File 2 File 3 File 2
Installing Subclipse
Installing Subclipse
Installing Subclipse
Installing Subclipse
Installing Subclipse
Installing Subclipse
Installing Subclipse
Installing Subclipse
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Importing your Project
Looking at your project
UPdating your project
Looking at your project
Updating your project
Committing your project
Committing your project
Committing your project
Committing your project
Resolving Conflicts
Resolving Conflicts
Resolving Conflicts
Resolving Conflicts
Resolving Conflicts
Resolving Conflicts
Resolving Conflicts
Resolving Conflictds
Resolving Conflicts
Resolving Conflicts
Parting Thoughts Always update before committing Conflicts only arise if two people modify the same line of the same file There are many more features of svn not covered here.