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

RE: Malformed URL for repository

From: Leonardo Fernandes <leonardo.fernandes_at_outsystems.com>
Date: Wed, 16 Apr 2008 13:55:01 +0100

I'm sorry, but my repository has 44000, and since I have no idea what triggers the error, I cannot reproduce it easily.

I have made the following tests:
- Perform the same merge, but in a deeper folder, inside b4_2_0. The merge completes OK.
- Record the merge in my working copy, and then repeat the merge. The repeated merge fails with the same error.
- Perform the merge of the same revision, but to another working copy switched to other branch (trunk, for example). The merge completes OK.
- Perform the exactly same merge, but in a 1.4.5 working copy, using a 1.4.5 client (with the same 1.5.0-beta1 server). The merge completes OK!

Could there be any issue with respect to having replaced paths when creating the branch? I ask it, because it is a common scenario when migrating from CVS. Here's the log of the b4_2_0 creation:

------------------------------------------------------------------------
r42225 | (no author) | 2008-03-14 13:53:34 +0000 (sex, 14 Mar 2008) | 1 line
Changed paths:
   A /platform/branches/b4_2_0 (from /platform/trunk:42224)
   D /platform/branches/b4_2_0/DesignManager/example
   R /platform/branches/b4_2_0/DesignManager/unitTestsFiles/debuggerTests/debugger_base_test1result.xml (from /platform/branches/avendor/DesignManager/unitTestsFiles/debuggerTests/debugger_base_test1result.xml:42224)
   R /platform/branches/b4_2_0/DesignManager/unitTestsFiles/debuggerTests/debugger_base_test2result.xml (from /platform/branches/avendor/DesignManager/unitTestsFiles/debuggerTests/debugger_base_test2result.xml:42224)
   R /platform/branches/b4_2_0/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions1result.xml (from /platform/branches/avendor/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions1result.xml:42224)
   R /platform/branches/b4_2_0/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions2result.xml (from /platform/branches/avendor/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions2result.xml:42224)
   R /platform/branches/b4_2_0/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions3result.xml (from /platform/branches/avendor/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions3result.xml:42224)
   R /platform/branches/b4_2_0/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions4result.xml (from /platform/branches/avendor/DesignManager/unitTestsFiles/debuggerTests/debugger_exceptions4result.xml:42224)
   R /platform/branches/b4_2_0/HubServer/KannelSimulator/App.ico (from /platform/branches/avendor/HubServer/KannelSimulator/App.ico:42224)
   R /platform/branches/b4_2_0/HubServer/KannelSimulator/PhonesListFrm.resx (from /platform/branches/avendor/HubServer/KannelSimulator/PhonesListFrm.resx:42224)
   R /platform/branches/b4_2_0/HubServer/KannelSimulator/obj (from /platform/branches/avendor/HubServer/KannelSimulator/obj:42224)
   D /platform/branches/b4_2_0/ServiceCenter/OML/Extensions/IntegrationStudio/JavaVersion/bin/outsystems
   D /platform/branches/b4_2_0/ServiceCenter/OML/Extensions/OMLProcessor/JavaVersion/bin/outsystems
   D /platform/branches/b4_2_0/ServiceCenter/OML/Extensions/OMLProcessor/JavaVersion/bin/xmltorecordlist
   D /platform/branches/b4_2_0/ServiceCenter/Web.config

This commit was manufactured by cvs2svn to create branch 'b4_2_0'.
------------------------------------------------------------------------
 

-----Original Message-----
From: Arfrever Frehtes Taifersar Arahesis [mailto:arfrever.fta_at_gmail.com]
Sent: quarta-feira, 16 de Abril de 2008 13:28
To: Leonardo Fernandes; dev_at_subversion.tigris.org
Subject: Re: Malformed URL for repository

16-04-2008 14:20 Leonardo Fernandes
<leonardo.fernandes_at_outsystems.com> napisał(a):
> svn merge -r 42309:42310 https://.../branches/b4_2_0

I meant something like this:

svnadmin create repo
svn co https://localhost/repo wc
cd wc

# some commands to create trunk, branches etc.

cd branches/branch_2
svn merge -rX:Y https://localhost/repo/branches/branch_1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-16 14:55:21 CEST

This is an archived mail posted to the Subversion Dev mailing list.

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