* README
- Updated to reflect current release 0.25 in svn --version example.
- Replaced 'or on the website' w/ a URL to the book, which this
referenced.
Index: README
===================================================================
--- README (revision 6491)
+++ README (working copy)
@@ -74,21 +74,23 @@
like so:
$ svn --version
- svn, version 0.19.1
- compiled March 13 2003, 16:43:58
+ svn, version 0.25.0 (r6433)
+ compiled Jul 10 2003, 11:49:32
Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
The following repository access (RA) modules are available:
- * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- - handles 'http' schema
- * ra_local : Module for accessing a repository on local disk.
- - handles 'file' schema
- * ra_svn : Module for accessing a repository using the svn network protocol.
- - handles 'svn' schema
+ * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
+ - handles 'http' schema
+ - handles 'https' schema
+ * ra_local : Module for accessing a repository on local disk.
+ - handles 'file' schema
+ * ra_svn : Module for accessing a repository using the svn network protocol.
+ - handles 'svn' schema
+
If you don't see ra_local, it probably means that Berkeley DB
wasn't found when compiling your client binary. If you don't
see ra_dav, then something is very wrong; most likely your
@@ -152,9 +154,9 @@
Here are some simple examples of how one might use the svn
client. In general, things are designed to be similar to CVS.
But many things are different. *PLEASE* read the Subversion
- book (in doc/book/, or on the website) -- in particular the
- 'SVN for CVS Users' appendix -- to understand the broader
- concepts of what's going on!
+ book (in doc/book/, or online at http://svnbook.red-bean.com/)
+ -- in particular the 'SVN for CVS Users' appendix -- to
+ understand the broader concepts of what's going on!
# Checkout a working copy. This can either be a file: or
# http: url, depending on which RA modules are available.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 16 20:33:54 2003