These are my notes on using Subversion.
svn add --non-recursive adds a directory without adding its contents.
add skips over directories that are already under version control. To include
every unversioned object in the working copy, use svn add * --force.
cat dumpfile |
svnadmin load /path/to/repo to import from an svn dump file. |
To undo changes that have been committed, you can use merge like:
svn merge -rBASE:690 nnimap+fsf\:INBOX.SCORE
This reverts back to r690 of that file.
If you pick up a starving dog and make him prosperous, he will not bite you.
This is the principal difference between a dog and a man.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"
This page was last modified on 2008 October 05. NotesSubversion by John Sullivan is Copyright ©2003, 2004, 2005, 2006, 2007, 2008, and licensed under the Creative Commons Attribution-Share Alike 3.0 United States License.