Re: Error E160016 "... is not a directory in filesystem ..."

2017-11-01 Thread Vincent Lefevre
Also, this is not consistent, unless future commits have an influence on the following command: joooj:~> svn ls -r99809 file:///srv/d_joooj/home/svn/root/perso/tcl/fidelite@99808 svn: E160016: Failure opening '/perso/tcl/fidelite' svn: E160016: '/perso/tcl' is not a directory in filesystem '9975

Re: Error E160016 "... is not a directory in filesystem ..."

2017-11-01 Thread Vincent Lefevre
On 2017-11-01 14:42:32 +, Daniel Shahaf wrote: > Vincent Lefevre wrote on Wed, 01 Nov 2017 01:06 +0100: > > Additional information: > > > > svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103183 > > > > works, but > > > > svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103182 > >

Re: Error E160016 "... is not a directory in filesystem ..."

2017-11-01 Thread Daniel Shahaf
Vincent Lefevre wrote on Wed, 01 Nov 2017 01:06 +0100: > Additional information: > > svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103183 > > works, but > > svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103182 > > yields the error. > > r103183 is just a change of the contents o

Re: Error E160016 "... is not a directory in filesystem ..."

2017-11-01 Thread Vincent Lefevre
On 2017-11-01 09:38:43 +0100, Johan Corveleyn wrote: > Most likely, /perso/tcl@103182 is not the same node as > /perso/tcl@103183 and /perso/tcl@103181. I suppose you should be able > to see this in the history, with an 'svn log -v' of the root > directory: 103182 should show an 'R' for /perso/tcl,

Re: Error E160016 "... is not a directory in filesystem ..."

2017-11-01 Thread Johan Corveleyn
On Wed, Nov 1, 2017 at 2:25 AM, Vincent Lefevre wrote: > On 2017-11-01 01:06:40 +0100, Vincent Lefevre wrote: >> Additional information: >> >> svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103183 >> >> works, but >> >> svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103182 >> >> yiel

Re: Error E160016 "... is not a directory in filesystem ..."

2017-10-31 Thread Vincent Lefevre
On 2017-11-01 01:06:40 +0100, Vincent Lefevre wrote: > Additional information: > > svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103183 > > works, but > > svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103182 > > yields the error. > > r103183 is just a change of the contents of

Re: Error E160016 "... is not a directory in filesystem ..."

2017-10-31 Thread Vincent Lefevre
Additional information: svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103183 works, but svn log -rHEAD:1 svn+ssh://mysvn/perso/tcl/fidelite@103182 yields the error. r103183 is just a change of the contents of this file (nothing else). -- Vincent Lefèvre - Web:

Re: Error E160016 "... is not a directory in filesystem ..."

2017-10-31 Thread Vincent Lefevre
On 2017-11-01 00:46:30 +0100, Vincent Lefevre wrote: > I got the following error several times with "svn log" on a file: > > svn: E160016: Failure opening '/perso/tcl/fidelite' > svn: E160016: '/perso/tcl' is not a directory in filesystem > '99759db8-4ec0-0310-8bf9-df86780d22d8' > > Why? > > A

Error E160016 "... is not a directory in filesystem ..."

2017-10-31 Thread Vincent Lefevre
I got the following error several times with "svn log" on a file: svn: E160016: Failure opening '/perso/tcl/fidelite' svn: E160016: '/perso/tcl' is not a directory in filesystem '99759db8-4ec0-0310-8bf9-df86780d22d8' Why? A "svn up" (which actually updated nothing) solved the issue. -- Vincen