On Sun, Mar 23, 2014 at 8:21 AM, Baruch Burstein <bmburst...@gmail.com>wrote:

> Replace the uuid with the tag, e.g.:
>
>
> http://www.fossil-scm.org/fossil/tarball/Fossil_1.28.tar.gz?uuid=version-1.28
>
>


You "might" also be interested in the libfossil CLI tools, one of which can
generate ZIP files:

[stephan@host:~/cvs/fossil/libfossil]$ f-zip current my.zip
Extracting repository version a58a45136b5c to file my.zip...
218 file(s) zipped to my.zip

[stephan@host:~/cvs/fossil/libfossil]$ unzip -l my.zip | head
Archive:  my.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2014-03-22 16:30   libfossil-a58a45136b5c/
        0  2013-09-04 16:58   libfossil-a58a45136b5c/.fossil-settings/
       18  2013-09-04 16:58
libfossil-a58a45136b5c/.fossil-settings/binary-glob
        0  2013-09-04 16:58
libfossil-a58a45136b5c/.fossil-settings/crnl-glob
      339  2014-03-13 12:06
libfossil-a58a45136b5c/.fossil-settings/ignore-glob
      249  2013-09-17 13:58   libfossil-a58a45136b5c/.project
        0  2013-09-04 16:58   libfossil-a58a45136b5c/.settings/

[stephan@host:~/cvs/fossil/libfossil]$ f-zip current --root=mydir my.zip
Extracting repository version a58a45136b5c to file my.zip...
218 file(s) zipped to my.zip

[stephan@host:~/cvs/fossil/libfossil]$ unzip -l my.zip | head
Archive:  my.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2014-03-22 16:30   mydir/
        0  2013-09-04 16:58   mydir/.fossil-settings/
       18  2013-09-04 16:58   mydir/.fossil-settings/binary-glob
        0  2013-09-04 16:58   mydir/.fossil-settings/crnl-glob
      339  2014-03-13 12:06   mydir/.fossil-settings/ignore-glob
      249  2013-09-17 13:58   mydir/.project
        0  2013-09-04 16:58   mydir/.settings/


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to