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:
Here is a reproduction script for Windows environment. It assumes that
The script fails with "Malformed URL for repository" error. If you
[[[
svn co %REPO% wc
mkdir "wc\some folder"
svn add "wc\some folder"
svn copy "wc\some folder\file1.txt" "wc\some folder\file2.txt"
echo two > "wc\some folder\file2.txt"
svn merge --reintegrate "%REPO%some folder/file2.txt" "wc\some folder\file1.txt"
---------------------------------------------------------------------
|
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.