aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2014-09-15 20:40:12 +0200
committerPeter Bex <peter@more-magic.net>2014-09-15 20:40:12 +0200
commit079f7586134b85b9b99904d8d05e2ed1b5885fd0 (patch)
tree3e286062f1507ab699ad36910ef94fc5d1f085ed
parent6774295c556d2897cf349b9e0ce63962774e561d (diff)
downloadpseudo-meta-egg-info-079f7586134b85b9b99904d8d05e2ed1b5885fd0.tar.gz
Update README to mention the major release toplevel dir
-rw-r--r--README37
1 files changed, 23 insertions, 14 deletions
diff --git a/README b/README
index 8343e92..0a70eab 100644
--- a/README
+++ b/README
@@ -3,20 +3,29 @@ automatically-generated release-info files and files-list files
(the latter of which serves as the files section of a meta-file)
for an SVN repository.
-It assumes the svn repository location contains subdirectories
-matching the names of eggs and those subdirectories contain a
-directory called "tags" with underneath it a directory for each
-revision, with the revision number as its name:
-
- /MY-EGG
- /tags
- /1.0
- /1.1
- /ANOTHER-EGG
- /tags
- /0.1
- /0.2
- /1.0
+It assumes the svn repository location contains a toplevel directory
+named after the major CHICKEN release, with subdirectories matching
+the names of eggs. Those egg directories contain a "tags" directory
+for each revision, with the revision number as its name:
+
+ /4
+ /MY-EGG
+ /tags
+ /1.0
+ /1.1
+ /ANOTHER-EGG
+ /tags
+ /0.1
+ /0.2
+ /1.0
+ /5
+ /MY-EGG
+ /tags
+ /2.0
+ /2.1
+ /SOME-NEWER-EGG
+ /tags
+ /0.1
You can use it like this: