DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
SVN Basic Description
For your help:
• Updateyourworking copy
svn update
• Makechanges
• svn add
• svn delete
• svn copy
• svn move
• Examine your changes
• svn status
• svn diff
• Possibly undo some changes
• svnrevert
• Resolve Conflicts(MergeOthers'Changes)
• svn update
• svn resolved
• Commit your changes
• svn commit





