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

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

2017-10-31 Thread Mark Phippard
On Tue, Oct 31, 2017 at 2:14 PM, Paul Hammant wrote: > Consider using Git-subversion. > > 1. git svn clone https://svn.code.sf.net/p/moritz/Archive_SVN/ > myGitSvnClone > > 2. edits, git-add, git-commit (all offine) as usual > > 3. git svn dcommit # does the push back to subversion (must be onli

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

2017-10-31 Thread Paul Hammant
Consider using Git-subversion. 1. git svn clone https://svn.code.sf.net/p/moritz/Archive_SVN/ myGitSvnClone 2. edits, git-add, git-commit (all offine) as usual 3. git svn dcommit # does the push back to subversion (must be online) 4. git svn rebase # is effectively the checkout you're more fam

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

2017-10-31 Thread Eckard Klotz
Hello Daniel. Thanks for your reply. You are right I'm talking about copying changes (new commits) from one repository to an other one. My "working" repository is a local one located on the computer where I do the source development. The "sourceforge" repository should be used to publish m

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

2017-10-31 Thread Daniel Shahaf
Eckard Klotz wrote on Tue, 31 Oct 2017 12:38 +0100: > Hello everybody. > > My name is Eckard Klotz and I'm the owner of the project > "https://sourceforge.net/projects/moritz";. > > Some days ago I published my SVN repository at sourceforge. > > Since parts of my development are done on a compu

Re: eol-style and utf-16

2017-10-31 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, 31 Oct 2017 10:11 +0100: > On Mon, Oct 30, 2017 at 09:12:38PM -0400, Nico Kadel-Garcia wrote: > > It doesn't do much for otehr UTF difficulties, but it sure avoids the > > whole inconsistent EOL issues. > > In my opinion the problem under discussion has nothing to do

How to synchronise a SVN repository with a local one

2017-10-31 Thread Eckard Klotz
Hello everybody. My name is Eckard Klotz and I'm the owner of the project "https://sourceforge.net/projects/moritz";. Some days ago I published my SVN repository at sourceforge. Since parts of my development are done on a computer without internet access I use local repositories for achievin

Re: eol-style and utf-16

2017-10-31 Thread engelbert gruber
sorry one more On 30 October 2017 at 21:57, engelbert gruber wrote: checking in a file with eol-style native on unix : eol = 0x0a > checking it out on windows : 0x0a is replaced by 0x0d 0x0a > > when the file is in utf-16 : eol ist 0x00 0x0a > and when checked out on windows this becomes : 0x00

Re: eol-style and utf-16

2017-10-31 Thread Stefan Sperling
On Mon, Oct 30, 2017 at 09:12:38PM -0400, Nico Kadel-Garcia wrote: > On Mon, Oct 30, 2017 at 4:57 PM, engelbert gruber > wrote: > > hi > > > > checking in a file with eol-style native on unix : eol = 0x0a > > checking it out on windows : 0x0a is replaced by 0x0d 0x0a > > > > when the file is in ut