After CVS its time for SVN
Main site:
http://subversion.tigris.org/
Some tutorials:
http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-3-sect-5.4
- Use tortoise SVN for client
- Integrate it with Eclipse with Subclipse
Basic for users:
"svn update" brings changes from the repository into your working copy. I
For each updated item a line will start with a character reporting the action taken. These characters have the following meaning:
A
Added
D
Deleted
U
Updated
C
Conflict
G
Merged
Extracted from the SVN book:
http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-9-sect-1.2-re-update
No comments:
Post a Comment