1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

manual: use of tags= for git-svn is only necessary for UCM:Tags

This commit is contained in:
David Black 2013-05-27 13:55:58 +01:00
parent 2d8ccbb658
commit 0c32a5be8b

View File

@ -638,7 +638,7 @@ The git-svn option connects to an SVN repository, and you specify the URL in
exactly the same way, but git is used as a back-end. This is preferable for
performance reasons, and also because a local copy of the entire history is
available in case the upstream repository disappears. (It happens!). In
order to use RepoManifest or Tags as update check modes for this VCS type
order to use Tags as update check mode for this VCS type
the URL must encode the path to the trunk and tags, like so:
http://svn.code.sf.net/p/project/code;trunk=trunk;tags=tags.