[fossil-users] Cloning question

2011-03-28 Thread Tony Perovic
Q: Does cloning (or sync or push or pull) work with CGI?

If Fossil server is running on my server:

Fossil open myrepo.fossil
Fossil server

Then cloning works as expected:

Fossil clone http://myserver:8080/ mycopy.fossil

However, I've got multiple repositories so I'm using a Perl script to process 
CGI requests:

http://myserver/Fossil.pl?repository=\Path\myrepo.fossil

The script looks for repository=\Path\myrepo.fossil and steers Fossil to the 
repository when browsing.

However, this doesn't even invoke the Perl t:

Fossil clone 
http://myserver/Fossil.pl?repository=\Path\myrepo.fossil mycopy.fossil

Where should the requests go?

Note: This is CGI on IIS.

[cid:image001.jpg@01CBED68.5AEBDDE0]

TONY PEROVIC

tpero...@compumation.commailto:tpero...@compumation.com
www.compumation.com

205 W. Grand Ave., Ste. 121
Bensenville, IL  60106
630-860-1921  Phone
630-860-1928  Fax


inline: image001.jpg___
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] Cloning question

2011-03-28 Thread Ron Wilson
On Mon, Mar 28, 2011 at 5:52 PM, Tony Perovic tpero...@compumation.comwrote:

  Q: Does cloning (or sync or push or pull) work with CGI?


There is a discussion of this in the Fossil documentation describing ways to
do this. As far as I know, this should work on IIS, but I have no experience
setting up IIS.


  However, I’ve got multiple repositories so I’m using a Perl script to
 process CGI requests:



 http://myserver/Fossil.pl?repository=\Path\myrepo.fossil



 The script looks for repository=\Path\myrepo.fossil and steers Fossil to
 the repository when browsing.


Even with IIS, I think you have to use / instead of \
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users