RE: EXTERNAL: error 'Network connection closed unexpectedly' while svn update

2019-12-05 Thread Marlow, Andrew
Hello everyone and thank you Detlef for reporting this situation. I want to add that I also see this from time to time and would like to see a fix. It is very easy for me to see network errors from subversion because I am in an environment where the network is extremely unreliable. This fact has

File encoding is UTF-16LE

2019-12-05 Thread 沙飞漠里
Dear Mr./Ms. Does SVN support file with the encoding UTF-16LE as the text file? I have a text file("test.txt") and the file's encoding is UTF-16LE. I want SVN to treate this file("test.txt") as a text file, so I change its property svn:mime-type: application/octet-stream to svn:mime-type:text/

Re: error 'Network connection closed unexpectedly' while svn update

2019-12-05 Thread Nathan Hartman
On Thu, Dec 5, 2019 at 1:30 PM Detlef Braungardt wrote: > we use TortoiseSVN for our development. > > But in a special situation we get an error 'Network connection closed > unexpectedly' during a svn update. The steps to reproduce the situation is > writed down in the Google Groups thread. > I

error 'Network connection closed unexpectedly' while svn update

2019-12-05 Thread Detlef Braungardt
Hi everyone, we use TortoiseSVN for our development. But in a special situation we get an error 'Network connection closed unexpectedly' during a svn update. The steps to reproduce the situation is writed down in the Google Groups thread. I posted this error as a bug on the Tortoise list.

Re: Remove revision range from repository

2019-12-05 Thread Nico Kadel-Garcia
On Thu, Dec 5, 2019 at 5:00 AM Josef Wolf wrote: > > Hello, > > I need to permanently remove a range of revisions from a repository, which are > not the latest. > > None of the working copies have such a revision checked out (I guess, that > might be a show-stopper). I'd urge you to to lock the o

Re: Remove revision range from repository

2019-12-05 Thread Branko Čibej
On 05.12.2019 13:01, Josef Wolf wrote: > Thanks for your answer, Branko! > > On Thu, Dec 05, 2019 at 12:11:38PM +0100, Branko Čibej wrote: >> On 05.12.2019 10:56, Josef Wolf wrote: >>> I need to permanently remove a range of revisions from a repository, which >>> are >>> not the latest. >> Take a

Re: Remove revision range from repository

2019-12-05 Thread Josef Wolf
Thanks for your answer, Branko! On Thu, Dec 05, 2019 at 12:11:38PM +0100, Branko Čibej wrote: > On 05.12.2019 10:56, Josef Wolf wrote: > > I need to permanently remove a range of revisions from a repository, which > > are > > not the latest. > Take a look at the 'svndumpfilter' tool. It can pres

Re: Remove revision range from repository

2019-12-05 Thread Branko Čibej
On 05.12.2019 10:56, Josef Wolf wrote: > Hello, > > I need to permanently remove a range of revisions from a repository, which are > not the latest. > > None of the working copies have such a revision checked out (I guess, that > might be a show-stopper). > > > I know, I can do: > > # svnadmin dump

Remove revision range from repository

2019-12-05 Thread Josef Wolf
Hello, I need to permanently remove a range of revisions from a repository, which are not the latest. None of the working copies have such a revision checked out (I guess, that might be a show-stopper). I know, I can do: # svnadmin dump /original/repo -r0:1234 > /path/to/dumpfile_1.dmp # svna