here's a typo:
https://www.fossil-scm.org/index.html/artifact?ln=1&name=3976b258aa4c62c9
It's need to be Its
___
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
On Tue, Dec 5, 2017 at 4:58 PM, Richard Hipp wrote:
> On 12/5/17, Warren Young wrote:
> > On Dec 4, 2017, at 3:07 AM, Johan Kuuse wrote:
> >>
> >> src/file.c:65
> >>
> >>
> >> #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF
> */
> >>
> >> Should be:
> >>
> >> #define Repo
On 12/5/17, Warren Young wrote:
> On Dec 4, 2017, at 3:07 AM, Johan Kuuse wrote:
>>
>> src/file.c:65
>>
>>
>> #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF */
>>
>> Should be:
>>
>> #define RepoFILE 1/* Follow symlinks if allow-symlinks is OFF */
>
> That might not
On Dec 4, 2017, at 3:07 AM, Johan Kuuse wrote:
>
> src/file.c:65
>
>
> #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF */
>
> Should be:
>
> #define RepoFILE 1/* Follow symlinks if allow-symlinks is OFF */
That might not be a typo. “iff” is mathematical shorthan
src/file.c:65
#define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF */
Should be:
#define RepoFILE 1/* Follow symlinks if allow-symlinks is OFF */
On Mon, Dec 4, 2017 at 10:56 AM, Johan Kuuse wrote:
> Hi,
>
> src/configure.c:343
>
> ** Update: Support for the old form
Hi,
src/configure.c:343
** Update: Support for the old format was remoed on 2017-09-20.
Should be:
** Update: Support for the old format was remo*v*ed on 2017-09-20.
BR,
Johan
___
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://maili
On 3/21/2015 4:50 PM, Arseniy Terekhin wrote:
> in main.c:
>
> ** The REPOSITORY can be a directory (aka folder) that contains one or
> ** more repositories with names ending in ".fossil". In this case, the
> ** a prefix of the URL pathname is used to search the directory for an
Fixed. Thank yo
in main.c:
** The REPOSITORY can be a directory (aka folder) that contains one or
** more repositories with names ending in ".fossil". In this case, the
** a prefix of the URL pathname is used to search the directory for an
--
I remain,
Arseniy Terekhin
_