On Sun, Sep 18, 2022 at 02:18:22AM +0200, Vincent Lefevre wrote:
> (The "critical" severity is in part because the data loss was
> triggered by a remote attack, though the data loss may occur
> with any kind of network failure.)
> 
> I wanted to edit a log message with
> 
>   svn pe --revprop svn:log -r 151946
> 
> (not just a minor change, I was replacing text by a much longer text),
> but got an immediate error from SSH after quitting the editor:
> 
> kex_exchange_identification: read: Connection reset by peer
> Connection reset by 155.133.131.76 port 22
> svn: E170013: Unable to connect to a repository at URL 'svn+ssh://mysvn'
> svn: E210002: To better debug SSH connection problems, remove the -q option 
> from 'ssh' in the [tunnels] section of your Subversion configuration file.
> svn: E210002: Network connection closed unexpectedly
> 
> Subversion apparently does not keep a copy of the text (contrary to
> the case of a commit, which leaves a svn-commit.tmp file), so the
> whole new text was lost!!!

You're saying that the change you were preparing was lost, but nothing
was actually changed in svn, right?

-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB

Reply via email to