Tuesday, August 31, 2010
Basic Work Cycle
Update working copy
Make changessvn update
Examine changessvn addsvn deletesvn copysvn move
Merge others' changessvn statussvn diffsvn revert
Commit changessvn updatesvn resolved
svn commit
Wednesday, June 23, 2010
How to Find Changed Files in SVN
svn status
Gives a list of files that satisfy one of the following requirements:
- Not in the repository
- Changed (Modified)
- Deleted
Found at this link: http://www.abbeyworkshop.com/howto/misc/svn01/
Subscribe to:
Comments (Atom)
