Re: [fossil-users] Authentication problems

2014-04-07 Thread Kai Lauterbach
Hi again, now I fixed the problem (for me). I logged into my raspberry pi (the fossil host which is running the server - its a arch linux system) and cloned the repository: fossil clone http://pi:8193 myrepo.fossil After that I opened it in an new folder: cd newfolder; fossil

[fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of them being my resumé (done with latex), and I want everyone to be able to access to the latest version (of the PDF). I have 2 questions: 1. Can I limit access just to PDF files. Actually,

Re: [fossil-users] Access to doc files

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 4:47 PM, Abilio Marques amarq...@smartappsla.comwrote: 2. How should I set user Capabilities to restrict access to everything but the doc (I don't want people to go into the repo's wiki, as I use it for private annotations) Fossil doesn't have this level of

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 10:47 AM, Abilio Marques amarq...@smartappsla.comwrote: Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of them being my resumé (done with latex), and I want everyone to be able to access to the latest version (of

Re: [fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
Tried these combinations: 1. /doc/trunk/en/*.pdf 2. /doc/en/*.pdf (this is the one working for me when I'm logged in: http://myurl/resume/doc/en/Abilio%20Marques.en.pdf 3. /resume/doc/en/*.pdf (just in case, as I run the server once for multiple repos) 3. *.pdf Failed at them all On Mon, Apr

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 11:07 AM, Abilio Marques amarq...@smartappsla.comwrote: Tried these combinations: 1. /doc/trunk/en/*.pdf 2. /doc/en/*.pdf (this is the one working for me when I'm logged in: http://myurl/resume/doc/en/Abilio%20Marques.en.pdf 3. /resume/doc/en/*.pdf (just in case, as I

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 11:10 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 11:07 AM, Abilio Marques amarq...@smartappsla.comwrote: Tried these combinations: 1. /doc/trunk/en/*.pdf 2. /doc/en/*.pdf (this is the one working for me when I'm logged in:

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 11:12 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 11:10 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 11:07 AM, Abilio Marques amarq...@smartappsla.com wrote: Tried these combinations: 1. /doc/trunk/en/*.pdf 2.

Re: [fossil-users] Access to doc files

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 5:10 PM, Richard Hipp d...@sqlite.org wrote: Unless... Maybe it doesn't work for PDF files. Maybe it requires *.wiki or *.md or *.html or *.txt. I'll check when I get a chance, but I really think it ought to work. The relevant code: /* If the public-pages glob

Re: [fossil-users] Access to doc files

2014-04-07 Thread Martin Gagnon
On Mon, Apr 07, 2014 at 05:20:39PM +0200, Stephan Beal wrote: On Mon, Apr 7, 2014 at 5:10 PM, Richard Hipp d...@sqlite.org wrote: Unless...  Maybe it doesn't work for PDF files.  Maybe it requires *.wiki or *.md or *.html or *.txt.  I'll check when I get a chance, but I really

Re: [fossil-users] Authentication problems

2014-04-07 Thread Ron Wilson
On Sun, Apr 6, 2014 at 8:47 AM, Kai Lauterbach kla...@web.de wrote: Am 06.04.2014 13:12, schrieb Stephan Beal: On Sun, Apr 6, 2014 at 1:09 PM, Kai Lauterbach kla...@web.de wrote: fossil clone http://localhost:8080; repo2.fossil I have done this on my local windows machine. That

Re: [fossil-users] TH1: support for octal and hexadecimal numbers in expressions

2014-04-07 Thread Sergei Gavrikov
On Fri, 4 Apr 2014, Sergei Gavrikov wrote: On Fri, 4 Apr 2014, Jan Nijtmans wrote: An additional issue is that binary/octal/hex numbers cannot contain dots, so they must be handled separately anyway. Done here: http://fossil-scm.org/index.html/info/a306f771d8 [the issues went away]

Re: [fossil-users] TH1: support for octal and hexadecimal numbers in expressions

2014-04-07 Thread Jan Nijtmans
2014-04-07 19:34 GMT+02:00 Sergei Gavrikov sergei.gavri...@gmail.com: Hi Jan I found one exception, if there is digit 'b' (only) on the second position (only) in a hexadecimal number Could you, please, take a look on this puzzle? fossil-scm.org/index.html/info/b153caf67e Regards,

Re: [fossil-users] TH1: support for octal and hexadecimal numbers in expressions

2014-04-07 Thread Sergei Gavrikov
On Mon, 7 Apr 2014, Jan Nijtmans wrote: 2014-04-07 19:34 GMT+02:00 Sergei Gavrikov wrote: Could you, please, take a look on this puzzle? fossil-scm.org/index.html/info/b153caf67e Thanks! Regards, Sergei ___ fossil-users mailing list

Re: [fossil-users] Very short UUID abbreviations

2014-04-07 Thread Andy Goth
On 4/6/2014 12:08 AM, Andy Bradford wrote: Thanks for the collisions! First time I was ever thanked for collisions. http://fossil.bradfords.org:8080/info/6b8e http://fossil.bradfords.org:8080/info/2898 Those look fine, but did you really intend to reject all requests for UUID abbreviations

Re: [fossil-users] Very short UUID abbreviations

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 9:33 PM, Andy Goth andrew.m.g...@gmail.com wrote: Those look fine, but did you really intend to reject all requests for UUID abbreviations shorter than four characters? The internal routine which converts symbolic names to UUIDs requires a minimum of 4 digits before it

[fossil-users] Fossil on Slackware

2014-04-07 Thread Andy Goth
http://slackbuilds.org/repository/14.1/development/fossil/ I originally contributed this SlackBuild script for 1.27 then later updated for 1.28. I plan to continue updating the SlackBuild script as each new release comes out, though others can take on this duty if they feel they can handle

Re: [fossil-users] Fossil on Slackware

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 11:00 PM, Andy Goth andrew.m.g...@gmail.com wrote: As for the next step... there isn't a defined process for lobbying Pat. As far as I know, Fossil needs to make a public splash, and it helps a lot if its compilation procedure is already given to him. Not sure what

Re: [fossil-users] Access to doc files

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 9:56 PM, Abilio Marques amarq...@smartappsla.comwrote: But checkout capabilities are too high for that purpose, am I wrong? Any other solutions? checkout is necessary to read most of the repo content, IIRC. The name checkout is a bit confusing here. The clone permission

Re: [fossil-users] Fossil on Slackware

2014-04-07 Thread Martin Gagnon
On Mon, Apr 07, 2014 at 11:06:07PM +0200, Stephan Beal wrote: On Mon, Apr 7, 2014 at 11:00 PM, Andy Goth andrew.m.g...@gmail.com wrote: As for the next step... there isn't a defined process for lobbying Pat.   As far as I know, Fossil needs to make a public splash, and it helps a lot

Re: [fossil-users] Fossil on Slackware

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 11:11 PM, Martin Gagnon eme...@gmail.com wrote: Actually, it has a make install, I always use it since fossil use autosetup. lol. Okay, back when i started it didn't, and ~/bin/fossil is a symlink to my dev copy ;). -- - stephan beal

Re: [fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
But Richard said turn them all off... On Apr 7, 2014 10:22 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 10:47 AM, Abilio Marques amarq...@smartappsla.comwrote: Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of

Re: [fossil-users] Access to doc files

2014-04-07 Thread Martin Gagnon
On Mon, Apr 07, 2014 at 05:29:57PM -0430, Abilio Marques wrote: But Richard said turn them all off... This is for nobody and anonymous. But you need checkout permission for the Reader group. When a file match the public glob, it will use Reader permission only for what match the glob list.

Re: [fossil-users] Fossil on Slackware

2014-04-07 Thread Andy Goth
On 4/7/2014 4:06 PM, Stephan Beal wrote: On Mon, Apr 7, 2014 at 11:00 PM, Andy Goth wrote: As for the next step... there isn't a defined process for lobbying Pat. As far as I know, Fossil needs to make a public splash, and it helps a lot if its compilation procedure is already given to him.

Re: [fossil-users] Very short UUID abbreviations

2014-04-07 Thread Andy Bradford
Thus said Andy Goth on Mon, 07 Apr 2014 14:33:10 -0500: Those look fine, but did you really intend to reject all requests for UUID abbreviations shorter than four characters? Yes, it was intentional. It was not my intention to change the length at which short UUIDs were supported, only to

Re: [fossil-users] Very short UUID abbreviations

2014-04-07 Thread Andy Bradford
Thus said Andy Bradford on 07 Apr 2014 19:59:33 -0600: It's possible that one of these will collide with a ticket, ticket change or other blobs... Should these also be subject to the same test? By the way, in the event that there is a collision, the blob is preferred over

Re: [fossil-users] Very short UUID abbreviations

2014-04-07 Thread Andy Goth
On 4/7/2014 8:59 PM, Andy Bradford wrote: Thus said Andy Goth on Mon, 07 Apr 2014 14:33:10 -0500: Those look fine, but did you really intend to reject all requests for UUID abbreviations shorter than four characters? Yes, it was intentional. It was not my intention to change the length at

Re: [fossil-users] Very short UUID abbreviations

2014-04-07 Thread Andy Bradford
Thus said Andy Goth on Mon, 07 Apr 2014 22:43:21 -0500: I do prefer consistency, but we're going to need to think more about whether we want to break something which used to work just for the sake of consistency. I'm leaning more towards the thought that this didn't really work well