Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread Thomas Schnurrenberger
: %d\n", rc); return 0; } * End of code ***** It would be interesting to known time on your XP boxes. -- Thomas Schnurrenberger ___ 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] Issue with crlf-glob *

2017-04-09 Thread Thomas Schnurrenberger
fng.cmd --- @echo off rem rem Invoke Fossil without command line globbing. rem 2014-08-03 Thomas Schnurrenberger rem setlocal if "%~1" == "fossil" goto loop rem rem Invoke ourself and pass the output to fossil. "%~f0" fossil %*|fossil --args - goto leave rem rem

Re: [fossil-users] Crash with this AMEND command

2017-03-20 Thread Thomas Schnurrenberger
On 18.03.2017 00:59, Tony Papadimitriou wrote: > The following command crashes fossil (older and up to current version). > *fossil am trunk -R your_repo_here.fossil –e* > (I thought the –R option was supported for this command, but regardless it > shouldn’t crash.) > If the following two lines

Re: [fossil-users] Fossil server

2015-11-01 Thread Thomas Schnurrenberger
On 01.11.2015 13:06, Damien Sykes-Pendleton wrote: > What reasons could Fossil be unable to listen on a certain port and is there > anything I’m missing that I should be doing to allow it access? > Did you check the settings of the Windows Firewall? -- tsbg

Re: [fossil-users] fossil ui not working with recent chrome browser

2015-03-19 Thread Thomas Schnurrenberger
On 14.03.2015 13:12, a...@gmx-topmail.de wrote: I am having problems to access my local fossil repositories with a recent versions of chrome, it looks like only part of the html code is served by the standalone webserver. My question is whether this is a known problem and others can verify it

Re: [fossil-users] symlinks

2014-08-28 Thread Thomas Schnurrenberger
On 28.08.2014 20:01, Warren Young wrote: 3. If your program is running as a Windows service (which Fossil can't do yet, but may one day be able to) it can't call this function at all, regardless of permission. Only programs running under the interactive desktop can create symlinks. Fossil can

Re: [fossil-users] Using doc/ckout from win service

2014-08-23 Thread Thomas Schnurrenberger
Hi Peter as the original author of the Windows service code, I probably can explain the behavior you are seeing. On 23.08.2014 09:13, Petr Ferdus wrote: I am not very clear, what specifically should I do to run service from open repository (while running fossil server args as server or the

Re: [fossil-users] fossil winsrv - how to use --files parameter

2014-08-02 Thread Thomas Schnurrenberger
On 02.08.2014 22:11, Petr Ferdus wrote: I have checked, what windows show in service dialog in path to executable file field: C:\soft\tools\fossil.exe server --port 8080 --notfound fossilcanonical/timeline --files-urlenc %27IMG_3115.JPG%27 c:/soft/tools --files is transformed into

Re: [fossil-users] libfossil + fuse

2014-06-15 Thread Thomas Schnurrenberger
On 15.06.2014 15:45, Sergei Gavrikov wrote: touch foo;f add foo;f ci -m add foo touch foo-bar;f add foo-bar;f ci -m add foo-bar mkdir bar;touch bar/.stick;f add --dotfiles bar;f ci -m add bar mkdir bar-baz;touch bar-baz/.stick;f add --dotfiles bar-baz; f ci -m add bar-baz Now there are

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

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

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Thomas Schnurrenberger
Hi to make sure that wildcards get expanded on all MinGW versions ( http://www.mingw.org and http://mingw-w64.sourceforge.net), I include the following piece of code in main.c /* ** Enable command line globbing on MinGW. */ #ifdef __MINGW32__ # ifdef __MINGW64__ int _dowildcard = -1; #

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Thomas Schnurrenberger
On 15.08.2011 22:26, Jos Groot Lipman wrote: First I do a 'fossil ui' on an open checkout. This claims port 8080 (note: it could also be any other program already using port 8080) Next I do a 'fossil winsrv create' and a 'fossil winsrv start' inside *another* open checkout. This works fine:

Re: [fossil-users] The fossil service command

2011-07-19 Thread Thomas Schnurrenberger
On 19.07.2011 06:16, Jeremy Anderson wrote: Other platforms could either re-direct it (e.g., fossil service becomes an alias for fossil server), or just print a message saying that the command is only valid for Windows operating systems. On non Windows platforms, fossil service prints the

Re: [fossil-users] The fossil service command

2011-07-19 Thread Thomas Schnurrenberger
On 19.07.2011 15:42, Rene wrote: Why not make an option e.g. fossil server -service? because the service command consists of several sub-commands? -- tsbg ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] The fossil service command

2011-07-19 Thread Thomas Schnurrenberger
On 19.07.2011 17:47, Ramon Ribó wrote: In my opinion, the name service is too generic and too windows specific. Fossil can give us a lot of services, apart from using the Windows services feature. I agree with another poster that a good solution could be to make it a subcommand of server.

Re: [fossil-users] The fossil service command

2011-07-19 Thread Thomas Schnurrenberger
On 19.07.2011 18:36, Ramon Ribó wrote: Althouth winsvc could also be a good solution, what other sub commands, appart from install and remove do you really need? You don't need the service command at all. There are command line utilities and/or GUI's in the Windows OS which have the required

Re: [fossil-users] Fossil experience two console windows

2011-07-14 Thread Thomas Schnurrenberger
On 14.07.2011 17:59, Richard Hipp wrote: On linux and mac: To start:fossil ui To stop:killall fossil I have no idea how to do something like this on windows. A few days ago, I have sent a email to your private email address which contained a patch to enable Fossil to be

Re: [fossil-users] Fossil experience two console windows

2011-07-14 Thread Thomas Schnurrenberger
On 14.07.2011 20:02, Richard Hipp wrote: I did respond - I asked for a CLA (see http://www.fossil-scm.org/fossil/doc/trunk/www/contribute.wiki and http://www.fossil-scm.org/fossil/doc/trunk/www/copyright-release.html) so that I could incorporate your patch. I guess my reply never made it to

Re: [fossil-users] Needed: volunteer to autoconf Fossil

2011-06-16 Thread Thomas Schnurrenberger
On 16.06.2011 14:32, Richard Hipp wrote: On Mon, Jun 13, 2011 at 7:07 PM, Steve Havelkasmh...@gmail.com wrote: Is it necessary that it's autoconf? Or would you take a CMake-based build script? Though I think autoconf is also necessary (for use by people who do not have cmake installed) I