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

Re: Error in TortoiseMerge(Malformed URL for repository)?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 16 Jul 2008 19:27:04 +0200

Maleki wrote:
> Hi there. I'm kind of stumped as to why this is happening. I hope
> this is clear enough. Any insights would be appreciated.
>
> I'm using SVN 1.5.1 installed from VisualSVN-Server-1.5.1.msi and
> tortoisesvn installed from TortoiseSVN-1.5.0.13316-win32-
> svn-1.5.0.msi.
>
> I've created a repo and I can access the following file thusly.
>
> http://mylocalmachine:8080/svn/Tutorial/trunk/HelloWorld.txt
>
> I'm now creating a branch from the above location to:
>
> http://mylocalmachine:8080/svn/Tutorial/branches/V1.3 Release/
> HelloWorld.txt
>
> So far so good.
>
> I right click on the branches folder and select SVN Update. It
> retrieves 1 file and 1 folder('HelloWorld.txt' and 'V1.3 Release')
>
> I modify the file HelloWorld.txt and commit it to:
>
> http://mylocalmachine:8080/svn/Tutorial/branches/V1.3 Release/
> HelloWorld.txt
>
> Through Windows Explorer I navigate back to the trunk and select
> 'Merge' then 'reintegrate a branch'.
>
> The following screen allows me to selet the urls: The following url is
> selected:
>
> http://mylocalmachine:8080/svn/Tutorial/branches/V1.3 Release/
> HelloWorld.txt
>
> I leave all of the defaults on the following screen: 'Compare
> whitespaces' and 'Working copy' and press the button 'Test merge'.
>
> I recieve the error
>
> Command: Reintegrate merge http://mylocalmachine:8080/svn/Tutorial/branches/V1.3
> Release/HelloWorld.txt into C:\Storage\Data\SVNTutorial\trunk
> \HelloWorld.txt
> Error: Malformed URL for repository
> Finished!:
>
> Removing the space from the 'V1.3 Release' bypasses the error. I've
> also run the merge using SVN merge and I don't get the error there
> either.

try running
svn merge
http://mylocalmachine:8080/svn/Tutorial/branches/V1.3%20Release/HelloWorld.txt
C:\Storage\Data\SVNTutorial\trunk\HelloWorld.txt --reintegrate

Does that return the same error?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-07-16 19:27:21 CEST

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.