Subversion Information
- Main website
- Free online O'Reilly book
- Eclipse Subversion Plugin Subclipse
- Eclipse Remote Site for Subclipse is http://subclipse.tigris.org/update
- Make sure that you install JavaSVN along with Subclipse
- Eclipse Remote Site for JavaSVN is http://tmate.org/svn/
- eSvn http://esvn.umputun.com
- SVN client for UNIX, MAC, and Windows
- Windows client tortoisesvn
- Mac OS X Subversion packages Metissian
Mediaworks Subversion Server Informaiton
URL |
http://svn.ucdavis.edu |
Repository Root |
http://svn.ucdavis.edu/svnrepos |
ViewCVS |
http://svn.ucdavis.edu/viewcvs/ |
Version |
1.2.3 (r15833)) |
Basic Work Cycle:
- Update your working copy
- svn update
- (NOTE: Not the same as cvs update!)
- svn update
- Make changes
- svn add
- svn delete
- svn copy
- svn move
- Examine your changes
- svn status
- (NOTE: Similar to cvs update!)
- svn diff
- svn revert
- svn status
- Merge others' changes
- svn merge
- svn resolved
- Commit your changes
- svn commit