Download presentation
Presentation is loading. Please wait.
Published byGriffin Richardson Modified over 6 years ago
1
Subversion Reasons to use How it works Subversion important commands
Short practice
2
Reasons Order vs. Chaos Change logs Team work Archiving Reversion
Safe branching
3
Principles
4
Important Commands Checking Out svn checkout repository_path Updating
svn update Receiving information svn log svn info
5
Important Commands Sending changes svn commit <files>
Checking status svn status Comparison of different revisions svn diff
6
Important Commands Adding files/directories svn add <files>
“Removing” files/directories svn remove <files> Creating directories svn mkdir <dirname> Getting help svn help <command>
7
Always Use Version Control
Always. Even if you are a single-person team on a one-week project. Even if it's a “throw-away” prototype. Even if the stuff you're working on isn't source code. Make sure that everything is under the source code control - documentation, phone number list, memos to vendors, makefiles, build and release procedures, that little shell script that burns the CD master - everything. ... Even if we're not working on a project, our day-to-day work is secured in a repository. From “The pragmatic programmer” by Andrew Hunt and David Thomas, 1999
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.