On Fri, Aug 22, 2014 at 12:28 PM, Abilio Marques <amarq...@smartappsla.com>
wrote:

> Well, thought the same once, but it works. I believe the * matches
> anything (including the slash character, so it matches the rest of the path
> name). Been using it for about half a year that way. I had
> /resume/doc/*.pdf and it matched the pdf files inside /resume/doc/es-rel/
> and /resume/doc/en-rel/
>
> Without the trunk part in the path, it behaves as described in the
> previous email. I already had tried with /resume/doc/trunk/*.pdf yesterday,
> and didn't make a difference anyway.
>
> The file is only downloadable without login if checkout is set to nobody,
> and not downloadable if set to the reader.
>
>
>
Maybe try:   */doc/trunk/*.pdf

-- 
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

Reply via email to