[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Relocate

From: Eric Todd <eric.todd_at_wirestone.com>
Date: Wed, 11 Dec 2013 20:02:27 +0000

Hi,

The full error, that I was experiencing, was:
"Delta source ended unexpectedly"

In order to address this, I ended up deleting all of the files with the white space in them. I then created new files, with a new naming convention, and committed successfully.

At the time, I was desperate to get a resolution (demo). Is there any idea as to what could have happened.

I am currently using the following TSVN version:
TortoiseSVN 1.8.4, Build 24972 - 64 Bit , 2013/11/24 11:15:39
Subversion 1.8.5, -release
apr 1.4.8
apr-util 1.5.2
serf 1.3.2
OpenSSL 1.0.1e 11 Feb 2013
zlib 1.2.8

 I am still waiting on the server log.

-Eric

-----Original Message-----
From: Stefan Kueng [mailto:tortoisesvn_at_gmail.com]
Sent: Wednesday, December 11, 2013 11:35 AM
To: users
Cc: Eric Todd
Subject: Re: Relocate

On 11.12.2013 20:14, Eric Todd wrote:
> Hi,
>
> Our IT team recently switched protocols on our SVN server from http to
> https. This occurred when I had already a great deal of work in
> progress. I right clicked the repository root (Tortoise) and clicked
> Relocate. After performing the relocate, I cannot commit any files.
> I get persistent "Delta" errors. Upon closer inspection, it appears
> that the files (which have whitespace in the path) have duplicate URL
> values (mixed ' ' and %20).
>
> Deleting the local repository and performing a fresh checkout doesn't
> appear to change anything. The double URL value has apparently been
> pushed to the server. These files can no longer be committed. Did I
> do something wrong? Is this a bug? Is there a way to edit the URL value(s)?

The two urls you see there are correct, that's neither a bug nor any kind of problem.
The property page simply shows you two urls so you can chose yourself which one you want to copy (Ctrl+C) to the clipboard: one is usually used for UI purposes (the one with the space) and the other is usually used to enter in apps (the one where the spaces and other special chars are escaped, e.g. ' '->'%20').

So since that's definitely not the problem, you mentioned "delta" errors:
* what's the full error you get (use Ctrl+C to copy the error to the clipboard once you've selected the error lines in the progress dialog)?
* what version of TSVN are you using?
* maybe you should check the server error log file - it might contain additional info about why your commits fail

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3070126
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-12-11 21:03:37 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.