Re: [fossil-users] Problem with fossil winsrv (cont'd)

2012-06-07 Thread Richard Hipp
On Thu, Jun 7, 2012 at 12:24 AM, Richie Adler richiead...@gmail.com wrote:

 Thomas Schnurrenberger decía, en el mensaje Re: [fossil-users] Problem
 with
 fossil winsrv (cont'd) del Miércoles, 06 de Junio de 2012 17:35:59:
  On 06.06.2012 20:59, Marcelo wrote:
 
  What do you think of my proposed change?
 
  I have committed a fix to the Fossil repository.
  It can be found in the branch winsrv.
 
  Please try it out.

 No development enviroment here, but I'll see what I can do.


You can download a complete development environment from
http://www.mingw.org/ - I did this just the other day on the Windows 8 RC
and it works great.  After mingw is installed, check out the latest Fossil
trunk version and then do:

sh configure
make

You will be left with fossil.exe in the top-level directory.  Then move
fossil.exe to someplace on your path.



 --

   o-= Marcelo =-o

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




-- 
D. Richard Hipp
d...@sqlite.org
___
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] Problem with fossil winsrv (cont'd)

2012-06-06 Thread Thomas Schnurrenberger

Hi Marcelo



* If I just do


fossil winsrv create XXX


the service gets created with the indicated name

* If I add any parameters, it doesn't, trying instead of create the
service with the default name (and failing if it already exists).



Could you please show the complete command line with all parameters
used? Are you executing the commands in an open checkout or not?



Also, the documented parameters say:

** -p|--port TCPPORT
**
**  Specifies the TCP port (default port is 8080) on which the
**  server should listen.

Notice the LOWERCASE p.

However, in winhttp.c, line 589:

zPort = find_option(port, P, 1);

I would say this is a documentation error.



Confirmed, this is a documentation error. I will fix it together
with the service name problem as soon as I have found the solution!

--
tsbg

___
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] Problem with fossil winsrv (cont'd)

2012-06-06 Thread Thomas Schnurrenberger

On 06.06.2012 20:59, Marcelo wrote:


What do you think of my proposed change?


I have committed a fix to the Fossil repository.
It can be found in the branch winsrv.

Please try it out.

--
tsbg

___
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] Problem with fossil winsrv (cont'd)

2012-06-06 Thread Richie Adler
Thomas Schnurrenberger decía, en el mensaje Re: [fossil-users] Problem with
fossil winsrv (cont'd) del Miércoles, 06 de Junio de 2012 17:35:59:
 On 06.06.2012 20:59, Marcelo wrote:

 What do you think of my proposed change?

 I have committed a fix to the Fossil repository.
 It can be found in the branch winsrv.
 
 Please try it out.

No development enviroment here, but I'll see what I can do.

-- 

   o-= Marcelo =-o

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