Just a nit:
Shouldn't the following be more correct?
Index: INSTALL
===================================================================
--- .svn/text-base/INSTALL.svn-base Wed Nov 28 13:01:28 2001
+++ INSTALL Wed Nov 28 13:12:31 2001
@@ -152,7 +152,7 @@
currently exist as libraries:
libsvn_ra_dav: accesses a networked repository using WebDAV.
- libsvn_ra_dav: accesses a local repository using Berkeley DB.
+ libsvn_ra_local: accesses a local repository using Berkeley DB.
You can see which methods are available to your 'svn' client
like so:
@@ -194,7 +194,7 @@
After the repository is created, you can initially import data
into it, using libsvn_ra_local (invoked by using a 'file' URL):
- % svn import file///usr/local/svn/repos1 some/local/dir/
+ % svn import file:///usr/local/svn/repos1 some/local/dir/
The above example imports the contents of some/local/dir/ right
into the root of the repository. If you want to put these
--
David Wayne Summers "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint = C0 E0 4F 50 DD A9 B6 2B 60 A1 31 7E D2 28 6D A8
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 2006