diff options
author | Peter Bex <peter@more-magic.net> | 2014-09-15 20:40:12 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2014-09-15 20:40:12 +0200 |
commit | 079f7586134b85b9b99904d8d05e2ed1b5885fd0 (patch) | |
tree | 3e286062f1507ab699ad36910ef94fc5d1f085ed | |
parent | 6774295c556d2897cf349b9e0ce63962774e561d (diff) | |
download | pseudo-meta-egg-info-079f7586134b85b9b99904d8d05e2ed1b5885fd0.tar.gz |
Update README to mention the major release toplevel dir
-rw-r--r-- | README | 37 |
1 files changed, 23 insertions, 14 deletions
@@ -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: |