[fossil-users] wiki link to tip zip archive

2009-12-19 Thread Wilson, Ronald
Is there a way to create a link to the zip archive on the tip of the trunk?  I 
want the home page for my fossil archive to have a download link, but I have to 
update the link after every checkin, e.g. [b31d74a27c], and then tell people to 
click the zip archive link.  Might there at least be a way for me to have a 
link to the tip checkin that I don't have to manually update?

RW

Ron Wilson, Engineering Project Lead
(o) 434.455.6453, (m) 434.851.1612, www.harris.com

HARRIS CORPORATION   |   RF Communications Division 
assuredcommunications(tm)

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] wiki link to tip zip archive

2009-12-19 Thread Stephan Beal
On Sat, Dec 19, 2009 at 3:42 PM, D. Richard Hipp d...@hwaci.com wrote:

 http://www.projectname.org/fossil/zip/name-of-download.zip?uuid=trunk

 The trick is that the uuid= query parameter can specify a branch or a
 tag in addition to a specific check-in.


Just out of curiosity: if a tag/branch name containing only hex (e.g.
deadbeef) somehow collides with a version number, which takes preference?

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] wiki link to tip zip archive

2009-12-19 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote:
 
 
 http://www.projectname.org/fossil/zip/name-of-download.zip?uuid=trunk
 
 The trick is that the uuid= query parameter can specify a branch or a  
 tag in addition to a specific check-in.
 

Is there a way to make the name-of-download.zip dynamic? For instance, I can 
make it mailroom-trunk.zip, but which trunk? It would be nice to have a link 
such as /fossil/zip?uuid=trunk that would download and give the client the name 
such as mailroom-0bca30de.zip by itself so that the user would be able to 
identify the .zip file. Possibly something like 
/fossil/zip?uuid=trunkbasename=mailroom-snapshot- even would be nice.

Jeremy

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users