chiark / gitweb /
Remove obsolete (after today's earlier commits) documentation paragraph
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 7 Aug 2011 15:16:54 +0000 (16:16 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 7 Aug 2011 15:16:54 +0000 (16:16 +0100)
README
fdroid.texi

diff --git a/README b/README
index 488d45c2b37003f793b9b5e49a11415d24e11f8d..9439d8ccaf3176ce96783815fff0b731ab4346b1 100644 (file)
--- a/README
+++ b/README
@@ -97,13 +97,6 @@ values are:
 
 The repository location. Usually a git: or svn: URL.
 
-Normally the repository is checked out once for the application, then moved
-to a particular revision/commit/tag for each build version. For an SVN
-repository though, this behaviour can be changed by appending a * to the
-repository URL - in this case the repository is checked out once per build
-version, with the subdir parameter in place of the *. This can be beneficial
-when dealing with very large SVN repositories.
-
 For a Subversion repo that requires authentication, you can precede the repo
 URL with username:password@ and those parameters will be passed as --username
 and --password to the SVN checkout command.
index 048e40ae1dc0789617ac5f41948890836b4dc255..e3a3e89ea3df5b23da09a401e7677a1281c54ef5 100644 (file)
@@ -297,13 +297,6 @@ values are:
 
 The repository location. Usually a git: or svn: URL.
 
-Normally the repository is checked out once for the application, then moved
-to a particular revision/commit/tag for each build version. For an SVN
-repository though, this behaviour can be changed by appending a * to the
-repository URL - in this case the repository is checked out once per build
-version, with the subdir parameter in place of the *. This can be beneficial
-when dealing with very large SVN repositories.
-
 For a Subversion repo that requires authentication, you can precede the repo
 URL with username:password@ and those parameters will be passed as @option{--username}
 and @option{--password} to the SVN checkout command.