summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-03 15:05:03 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-09-24 09:24:53 +0000
commit37ebbacd09145fa6bbaf54dac2a211a5d83f01a5 (patch)
tree6ee9d633c814ec809e96d8c5cd9804a5786c0cd3 /README
parent3455c3c77ca778527efbd4541d3be1fb09f37bcf (diff)
downloadlorry-37ebbacd09145fa6bbaf54dac2a211a5d83f01a5.tar.gz
Make branches and tags optional
Some svn repos don't have a branches dir or a tags dir in their layout. This will for example allow us to lorry xmlto with the following lorry, { "xmlto": { "type": "svn", "url": "http://svn.fedorahosted.org/svn/xmlto", "layout": { "trunk": "." } } } Change-Id: I74c032ab7642f4b22ed0569b2a163c0b78cba658
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index c9c116e..ad6cb9a 100644
--- a/README
+++ b/README
@@ -120,6 +120,7 @@ This is equivalent to
Trunk is the path to the directory where the main branch is located.
Branches and Tags are glob expressions to allow finer control over which paths
are used.
+Trunk is mandatory, but Branches and Tags are optional.
Texlive keeps a lot of resources in their svn repository, we are only concerned
with the source code, so this layout should select the correct subdirectory for
each branch.