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

Re: Subversion 1.5 beta1, "malformed URL for repository" when merging over http

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 2 Apr 2008 13:30:12 -0400

On Wed, Apr 2, 2008 at 1:02 PM, David Glasser <glasser_at_davidglasser.net> wrote:
> On Wed, Apr 2, 2008 at 5:11 AM, Rick Yorgason <rick_at_ldagames.com> wrote:
>
> > Hey guys,
> >
> > I'm running a 1.4 WebDAV server with plain old http and a 1.5 beta1 client
> > (both the official client and TortoiseSVN) on a 64-bit version of Vista.
> >
> > I can checkout, update, and commit stuff just fine, but when I try to merge
> > a range of revisions from the trunk to my feature branch, I get an error
> > that reads "malformed URL for repository" (which, I have to admit, isn't
> > very useful).
> >
> > I *have* found a work-around. If I change the target address from:
> >
> > http://example.com/whatever/trunk
> >
> > to:
> >
> > http://username@example.com/whatever/trunk
> >
> > then works without complaints, both in the command line client and
> > Tortoise.
> >
> > I wasn't able to find any posting about this bug, so I figured I'd post it.
> > Let me know if you want me to check anything else.
>
> Can you show the full command line you're typing rather than just the URL?

Sure. Here is a transcript:

$ svn co http://subclipse.tigris.org/svn/subclipse/branches/1.2.x/svnClientAdapter
svnClientAdapter
A svnClientAdapter/test
A svnClientAdapter/test/svnserve.conf
A svnClientAdapter/test/passwd
A svnClientAdapter/test/lib
A svnClientAdapter/test/lib/emma.jar
A svnClientAdapter/test/lib/emma_ant.jar
A svnClientAdapter/.classpath
A svnClientAdapter/license.txt
A svnClientAdapter/.project
A svnClientAdapter/changelog.txt
[snip]
 U svnClientAdapter
Checked out revision 3783.

$ svn merge -r3113:3120
http://subclipse.tigris.org/svn/subclipse/trunk/svnClientAdapter
svnClientAdapter
--- Merging r3114 through r3120 into 'svnClientAdapter':
A svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/ISVNMergeInfo.java
U svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/ISVNClientAdapter.java
A svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/SVNRevisionRange.java
A svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/SVNCopySource.java
Conflict discovered in
'svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/javahl/AbstractJhlClientAdapter.java'.
Select: (p) postpone, (df) diff-full, (e) edit,
        (h) help for more options: p
C svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/javahl/AbstractJhlClientAdapter.java
U svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/javahl/JhlConverter.java
A svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/javahl/JhlMergeInfo.java

$

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
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-02 19:30:24 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.