Re: How to synchronise a SVN repository with a local one

2017-11-01 Thread Robert Hickman
I second the advice to use git, unless you are working with a lot of binary files. On 01/11/17 14:38, Daniel Shahaf wrote: Eckard Klotz wrote on Tue, 31 Oct 2017 18:56 +0100: C:\Project...>*svnsync initialize https://.../p/moritz/Archive_SVN/ file:///C:/Project/.../ArchievĀ  --disable-locking

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: How to synchronise a SVN repository with a local one

2017-11-01 Thread Daniel Shahaf
Eckard Klotz wrote on Tue, 31 Oct 2017 18:56 +0100: > > C:\Project...>*svnsync initialize https://.../p/moritz/Archive_SVN/ > > file:///C:/Project/.../ArchievĀ  --disable-locking --allow-non-empty* > > /svnsync: E175008: While handling the 'svn:sync-from-url' property on > > '/p/moritz/Archive_SVN

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