Re: [fossil-users] Several commands not working in Win32/MinGW

2013-03-04 Thread Dillon, Eric W - Norman, OK - Contractor
Jan, 

Updated to tip of trunk and problem is gone. Thanks for the quick fix.

Eric
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Side-by-side diff and non-English text

2013-03-04 Thread Sergei Gavrikov
On Mon, 4 Mar 2013, Jan Nijtmans wrote:

 2013/3/4 Jan Nijtmans jan.nijtm...@gmail.com:
  It still isn't correct in all cases. See:
 
  https://www.fossil-scm.org/index.html/info/256815f9c5
 
 I see that's fixed now too. Thanks Richard! (not visible
 on fossil-scm.org yet, until it's fossil version is upgraded)

It seems for me I reached the limit of request for the Subject,
:-) Nevertheless, I would venture

  http://91.208.39.24:8080/lipsum

It is under 'now-trunk'.

Right side

  
http://91.208.39.24:8080/lipsum/vdiff?from=16acb2846d84b028to=6a58f2dd9ada9a81

Left side

  
http://91.208.39.24:8080/lipsum/vdiff?from=6a58f2dd9ada9a81to=8b0984ab46648f58

May be it is not possible to manage all cases?  In any case thanks for
all previous workarounds!

Sergei

 Regards,
 Jan Nijtmans
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Several commands not working in Win32/MinGW

2013-03-04 Thread Jan Nijtmans
2013/3/4 Dillon, Eric W - Norman, OK - Contractor eric.w.dil...@usps.gov:
 Jan,

 Updated to tip of trunk and problem is gone. Thanks for the quick fix.

 Eric

I'm getting an idea what's going on: writability of a directory on
win32 does not
really tell whether a file in this directory can be written. Please have
a look at branch home-check-too-restricted.
https://www.fossil-scm.org/index.html/info/1e90d43d76
This branch checks if the $HOME/.fossil file can be written in stead
of the $HOME directory.

Richard, how do you think on that solution? It means that the fossil_access()
function should only be used on files, not directories. It looks like the $HOME
directory was the only directory this check was used on. So this should fix
the problem.

Regards,
Jan Nijtmans
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Several commands not working in Win32/MinGW

2013-03-04 Thread Dillon, Eric W - Norman, OK - Contractor
 I'm getting an idea what's going on: writability of a directory on
 win32 does not
 really tell whether a file in this directory can be written. Please have a 
 look at branch home-check-too-restricted.
 https://www.fossil-scm.org/index.html/info/1e90d43d76
 This branch checks if the $HOME/.fossil file can be written in stead of the 
 $HOME directory.

Updated to 1e90d43d764 (home-check-too-restricted), compiled and I'm not seeing 
any issues on first inspection.

Eric
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users