[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"

From: Fyodor Sheremetyev <fyodor_at_visualsvn.com>
Date: Thu, 28 Aug 2008 20:42:15 +0400

On Thu, Aug 28, 2008 at 2:27 PM, Julian Foad <julianfoad_at_btopenworld.com> wrote:
> Otherwise, a reproduction
> script to create a small repository that exhibits the problem would
> definitely be useful, as we could turn that into a regression test.

Here is a reproduction script for Windows environment. It assumes that
you have an empty repository at https://localhost/svn/repo1/

The script fails with "Malformed URL for repository" error. If you
replace "some folder" with "some-folder" then merge is succesfull.

[[[
set REPO=https://localhost/svn/repo1/

svn co %REPO% wc

mkdir "wc\some folder"
echo one > "wc\some folder\file1.txt"

svn add "wc\some folder"
svn ci wc -m Commit1

svn copy "wc\some folder\file1.txt" "wc\some folder\file2.txt"
svn ci wc -m Commit2

echo two > "wc\some folder\file2.txt"
svn ci wc -m Commit3

svn merge --reintegrate "%REPO%some folder/file2.txt" "wc\some folder\file1.txt"
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-28 18:42:28 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.