Differences between version 9 and revision by previous author of SVNNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Monday, May 15, 2006 5:17:03 pm | by IanMcDonald | Revert |
Older page: | version 8 | Last edited on Thursday, April 13, 2006 8:07:47 pm | by JohnMcPherson | Revert |
@@ -44,4 +44,12 @@
svnadmin dump -r 0:173 repo1 | svnadmin load repo2
</verbatim>
This creates a new repository called <tt>repo2</tt> and dumps revisions 0 to 173 (inclusive) from <tt>repo1</tt> into it.
+
+!!! Checking out a project to use
+
+If you want to checkout a local repository into the current directory type:
+
+ <verbatim>
+ svn co file:///home/my-svn-dir/name-of-my-repository .
+ </verbatim>