Re: [fossil-users] Fossil on IIS

2011-03-29 Thread Richard Hipp
:* Re: [fossil-users] Fossil on IIS On Tue, Mar 29, 2011 at 12:40 PM, Tony Perovic tpero...@compumation.com wrote: This is driving me nuts…… I created a CGI file for my repository on the server: It seems that Fossil uses the PATH_INFO to construct its reply in CGI mode. I achieved

Re: [fossil-users] Fossil on IIS

2011-03-29 Thread Tony Perovic
)? Judging by the lack of responses I've gotten, I don't think there are too many Fossil on IIS/CGI users out there. A Wiki page with detailed instructions might suffice. Regards, Tony Perovic Compumation, Inc. From: fossil-users-boun...@lists.fossil-scm.org

Re: [fossil-users] Fossil on IIS

2011-03-29 Thread Ron Wilson
On Tue, Mar 29, 2011 at 4:39 PM, Tony Perovic tpero...@compumation.comwrote: IIS has another bug that prevents Set-Cookie and Redirection within the same HTTP response. IIS tries to be efficient by executing the redirection without involving the browser but fails to pass along the cookie so

Re: [fossil-users] Fossil on IIS

2011-03-29 Thread Tony Perovic
-users] Fossil on IIS I'm not familiar with the HTML meta reload tag...I had to google it. Clicking the Login button, Fossil outputs this: Status: 302 Moved Temporarily Set-Cookie: fossil_login_3213c06d=anon%2F2455644... Path: /Projects/Test/Test.fossil; expires=Wed, 23 Mar 2011 23:51:39 GMT

Re: [fossil-users] Fossil on IIS

2011-03-29 Thread Ron Wilson
On Tue, Mar 29, 2011 at 5:39 PM, Tony Perovic tpero...@compumation.com wrote: Clicking the Login button, Fossil outputs this: Status: 302 Moved Temporarily Set-Cookie: fossil_login_3213c06d=anon%2F2455644... Path: /Projects/Test/Test.fossil; expires=Wed, 23 Mar 2011 23:51:39 GMT; Version=1

Re: [fossil-users] Fossil on IIS

2011-03-23 Thread Tony Perovic
page. In fact, that's probably how I'll script it assuming that IIS doesn't try to outsmart itself again. Tony Perovic Compumation, Inc. From: Tony Perovic Sent: Tuesday, March 22, 2011 2:08 PM To: 'fossil-users@lists.fossil-scm.org' Subject: RE: [fossil-users

Re: [fossil-users] Fossil on IIS

2011-03-22 Thread Richard Hipp
? Tony Perovic Compumation, Inc. -- *From:* Tony Perovic *Sent:* Friday, March 18, 2011 11:01 AM *To:* 'fossil-users@lists.fossil-scm.org' *Subject:* RE: [fossil-users] Fossil on IIS I’m having trouble with the Login page on IIS/CGI…. I wrote

Re: [fossil-users] Fossil on IIS

2011-03-22 Thread Tony Perovic
Compumation, Inc. From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Richard Hipp Sent: Tuesday, March 22, 2011 11:02 AM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] Fossil on IIS

Re: [fossil-users] Fossil on IIS

2011-03-18 Thread Tony Perovic
I'm having trouble with the Login page on IIS/CGI I wrote a Perl script that accepts Fossil requests like this: http://myserver/cgi-bin/Fossil.pl?repository=\Projects\...\Test.fossil It generates a CGI script (Fossil.cgi): #! Fossil repository: \Projects\...\Test.fossil then invokes

Re: [fossil-users] Fossil on IIS

2011-03-04 Thread Tony Perovic
This is what I've got: - All our project files area stored on a shared file server (Windows Server 2003) - We have multiple clients - Clients have one or more projects - Clients could have multiple locations - Projects could have one or more subprojects - Each client/location/project/subproject

Re: [fossil-users] Fossil on IIS

2011-03-04 Thread Lluís Batlle i Rossell
On Fri, Mar 04, 2011 at 04:27:44PM -0600, Tony Perovic wrote: Q: How should the CGI script invoke Fossil to request these internal resources? The CGI is quite a defined interface, telling any query information through environment variables, and expecting any answer in stdout.

[fossil-users] Fossil on IIS

2011-03-01 Thread Tony Perovic
Anybody get Fossil working as a CGI script on Microsoft Server 2003 / IIS? I'm trying to access multiple repositories with one script as described at: http://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki Learned more than I ever wanted to know about IIS/CGI/Scripting.

Re: [fossil-users] Fossil on IIS

2011-03-01 Thread Richard Hipp
On Tue, Mar 1, 2011 at 4:57 PM, Tony Perovic tpero...@compumation.comwrote: Anybody get Fossil working as a “CGI script” on Microsoft Server 2003 / IIS? I’m trying to access multiple repositories with one script as described at: