Main BLOGGER
Google
WWW THIS BLOG
Thursday, August 17, 2006
 
Subversion: replacement for CVS
http://www-128.ibm.com/developerworks/java/library/j-subversion/index.html

1. Similiar to CVS: diff, patch, tag, commit, revert, and branch
2. Support non-ASCII test and binary data
3. track moves and deletes
4. lack of obliterate (Once the content is in the repository, it will never be lost)

1. Install Subversion plugin in Eclipse
a. In eclipse, Menu Help --> Software Updates --> Find and Install...
b. Check "Search for new features to install" --> Click "Next" Button
c. Click "New Remote Site", input Name-->"Subclipse",
URL "http://subclipse.tigris.org/update_1.0.x"
d. Check "Subclipse", and click "Finish"

Following the wizard to finish up the installation.

2. Check out
svn URL
svn://repos.pok.ibm.com/zhmc



<< Home

Powered by Blogger

Google
WWW THIS BLOG