Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Sean Woods
A manifest indeed does contain details about a checkin[1]. So the UUID that you see in the local repository but not he remote repository is a UUID of a checkin? If so, it will look something like this: http://www.fossil-scm.org/index.html/info/36c4551e7cda231c0b5fe99600afc75c10eba2c7

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

2014-08-02 Thread Andy Bradford
Thus said Petr Ferdus on Fri, 01 Aug 2014 07:03:16 +0200: but when I create service with --files '*.jpg' added, it is not possible to start such service What happens if you just use with a single file? e.g. don't use wildcards for the moment just to see if it will serve a

Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Richard Hipp
On Sat, Aug 2, 2014 at 12:19 PM, Sean Woods s...@seanwoods.com wrote: The missing artifacts are present on the server, but fossil appears to be interpreting them incorrectly. Can you share the text of the missing artifact with us? That might be instructive. -- D. Richard Hipp

Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Sean Woods
Can you share the text of the missing artifact with us?  That might be instructive. Here you go. This is the textual representation. It shows up in the Web UI as if it were source code -- like it appears in a gray box with dashed lines. I can browse to other SHAs for files I changed and

Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Richard Hipp
On Sat, Aug 2, 2014 at 1:18 PM, Sean Woods s...@seanwoods.com wrote: Can you share the text of the missing artifact with us? That might be instructive. Here you go. This is the textual representation. [...] F headers/pr_schema_???.csv 5ec9a158fc6f89c2d70cdcefff05a84a60d3f45b Support

Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Sean Woods
Support for filenames that contain the ? character was added on 2012-11-30 (see http://www.fossil-scm.org/fossil/info/647bb7b79f for the change).  Since your Fossil server is earlier than this, it won't be able to interpret files that contain ? characters and so it won't see this check-in.

Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Richard Hipp
On Sat, Aug 2, 2014 at 1:46 PM, Sean Woods s...@seanwoods.com wrote: Any insight into why I get the glob.tcl error when I try ./configure? No. Did you start with a clean checkout? No prior configure results sitting around? -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] Can't push or autosync

2014-08-02 Thread Sean Woods
No.  Did you start with a clean checkout?  No prior configure results sitting around? Yes I did. After receiving your message, I re-extracted it from the tar archive and tried configure again. No luck. See below. swoods@web75:tmp$ rm -r Fossil-e0199bfc43 swoods@web75:tmp$ tar -xzvf

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

2014-08-02 Thread Petr Ferdus
Od: Andy Bradford amb-sendok-1409589811.bcfkjobholgdhgmda...@bradfords.org What happens if you just use with a single file? e.g. don't use wildcards for the moment just to see if it will serve a single static file; --files 'diagram.jpg' for example. Thank you for the tip. I am out

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

2014-08-02 Thread Andy Bradford
Thus said Petr Ferdus on Sat, 02 Aug 2014 20:27:27 +0200: If I omit the --files service works OK (but not serving anything other than repo files). Service was created with: fossil.exe winsrv create fossil_service --display fossil_service --start auto --port 8080 --files 'IMG_3115.JPG'

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

2014-08-02 Thread Joe Mistachkin
Petr Ferdus wrote: 1053 Error is in event log extended with information that the time limit of 3ms was not met(but information about error showed up almost instantaneously, definitely earlier than after 30 seconds) There is also related error sourced from Schannel with EventID 36888 for

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

[fossil-users] Question about command line matching branch creation

2014-08-02 Thread David J. Weller-Fahy
I've been trying to puzzle this out myself, but decided someone must know on the list. Assume I execute the following commands (with `alias f='fossil'`). #v+ alias f='fossil' f init ~/FOSSIL/1.fossil f open ~/FOSSIL/1.fossil touch 1 f add 1 f commit -m 1 mkdir 2 mkdir 3 cd 2 git init touch a

Re: [fossil-users] Question about command line matching branch creation

2014-08-02 Thread David J. Weller-Fahy
I just realized I never said: $ f version This is fossil version 1.30 [ffef4edceb] 2014-07-25 13:12:52 UTC * David J. Weller-Fahy dave+lists.fossil-us...@caterva.org [2014-08-02 22:42 -0500]: I've been trying to puzzle this out myself, but decided someone must know on the list. Assume I