Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 11:50 AM, arnoldemu < mem...@arnoldemu.freeserve.co.uk> wrote: > Hi, > > In fossil I can select a change, click on "ZIP archive" to download a zip. > > This is nice. I have been using it frequently and I have been asking > people who are not using fossil to get a snapshot

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 11:50 AM, arnoldemu < mem...@arnoldemu.freeserve.co.uk> wrote: > Hi, > > In fossil I can select a change, click on "ZIP archive" to download a zip. > > ...It makes it easier on Windows because shell extensions will recognise > it and the shell will give it a nice icon. It

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
I put Stephen and not Stephan. Sorry. My mistake. Kev ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] fossil reporting MISSING for existing file

2015-11-28 Thread arnoldemu
Hi, I have a strange problem with fossil on my linux machine. Somehow I broke it and I don't know how. Whenever I make an edit, "fossil changes" will report those edits but also display: MISSING build_notes.txt That file exists locally and exists in the "main" fossil repository too. My

[fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
Hi, In fossil I can select a change, click on "ZIP archive" to download a zip. This is nice. I have been using it frequently and I have been asking people who are not using fossil to get a snapshot of the code. However the file is always named "zip" without extension. When extracted it has a

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
Hi Stephen, Can the fossil zip command be used to configure the name for the UI? >If that's happening when you click the zip button in the UI, then that's a >bug. i cannot reproduce that on the main fossil site. Yes it happens via the UI. Click on artifact Click on Download ZIP Login with

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 12:02 PM, arnoldemu < mem...@arnoldemu.freeserve.co.uk> wrote: > > Hi Stephen, No worries - that's a very common mistake and i am quite used to it! Can the fossil zip command be used to configure the name for the UI? > No - only URL parameters can do that. > >If

Re: [fossil-users] Why does the repo file grow over time?

2015-11-28 Thread tonyp
Funny thing is that for some repos, the file will shrink even further if you re-run the command a 2nd time. -Original Message- From: Richard Hipp Sent: Saturday, November 28, 2015 1:52 AM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Why does the repo file grow over

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
Hi Stephan, The bug doesn't happen if you're logged in. You have to be logged out. Click the download zip link login as anonymous then a page appears with a download button clicking this button gives the wrong name. I have e-mailed you the link to the fossil repository I am using. I didn't post

Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread fossil . nrb
I very much appreciate the comments; I'm a bit stuck. Any more clues/ideas to help me trace my issue with this Debian8/Jessie/stable setup gratefully received. This works: wget http://51.255.41.162/my2M7data.fossil.clone fossil sync

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
Kev sent me a private link to the repo off-list... A side-effect of the login redirect is causing this. If you visit the page while logged in, instead of logging in as part of a login redirect when clicking on the zip link, it works. i can't fix this because my left arm is (again) tied up in a

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Andy Bradford
Thus said Stephan Beal on Sat, 28 Nov 2015 16:56:49 +0100: > i can't fix this because my left arm is (again) tied up in a sling and > programming with only 1 hand is exceedingly annoying, but now that the > problem has been reproduced, maybe one of the other devs can take a > look at it. I

Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread fossil . nrb
> From: Andy Bradford > Sent: 28 November 2015 20:09 > To: fossil@9ox.net > Cc: fossil-users@lists.fossil-scm.org > > Thus said fossil@9ox.net on Sat, 28 Nov 2015 15:30:16 +: > > > This works: > > wget http://51.255.41.162/my2M7data.fossil.clone > ^ > Aha, this

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Andy Bradford
Thus said Stephan Beal on Sat, 28 Nov 2015 22:01:42 +0100: > given that this has somehow never come up until today, i'd go for the > one-liner. Sounds fine to me. I'll merge it later if there are no objections expressed by others. Andy -- TAI64 timestamp: 4000565a1c79

Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread Andy Bradford
Thus said fossil@9ox.net on Sat, 28 Nov 2015 15:30:16 +: > This works: > wget http://51.255.41.162/my2M7data.fossil.clone ^ Aha, this is HTTP, and is different from from the clone URL below. What if you were to try: wget

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 9:02 PM, Andy Bradford wrote: > One potential fix is just to put the filename in the URL: > > http://www.fossil-scm.org/index.html/info/5f32bf719d7440d3 > > A larger fix might involve adding code to return a Content-Disposition > header (I have

Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread Joe Mistachkin
I've seen these types of errors from both "fossil clone" and "fossil update" where the response was truncated. It seemed to be an issue with the VPS I was using at the time. Perhaps the issue is a subtle interaction between Fossil and how some VPS'es handle SSL connections? -- Joe Mistachkin

[fossil-users] bug: fossil does not decode file name that encorded by octal string when you import from the git.

2015-11-28 Thread 1129-no-replay
fossil import --git fossil does not decode file name that encorded by octal string when you import from the git. utf8 file name will become the numbers static void dequote_git_filename(char *zName) --- src/import.c +++ src/import.c @@ -463,11 +463,27 @@ if( zName==0 || zName[0]!='"' )

Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread Andy Bradford
Thus said fossil@9ox.net on Sat, 28 Nov 2015 21:27:26 +: > Yes, good point. I tested and that https for wget works reliably. The > wget is just for a starting 'clone' pre-made on the server that I can > download and sync from: I'm using lighttpd on 443 and it has its own > ssl engine