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

Re: svn: XML data was not well-formed

From: Benjamin Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Fri, 19 Sep 2008 13:43:33 +0200

On Sep 18, 2008, at 22:09, Martin Schröder wrote:

> Hi,
> I'm trying to copy a dir between two repos on the same server:
>> svn cp http://scm.foundry.supelec.fr/svn/pdftex/vendor http://scm.foundry.supelec.fr/svn/luatex/vendor
> svn: XML data was not well-formed
>
> Is this supported at all? If it's not, then the error is
> misleading...:-{

The error message is confusing. It is not possible to "svn copy" from
one repository to another. Depending on what you are trying to
accomplish you might consider:

(1) svn:externals
     http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html

(2) svn export ; svn import
     http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.export.html
     http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.import.html

(3) svnadmin dump ; svndumpfilter ; svnadmin load
     http://svnbook.red-bean.com/en/1.5/svn.ref.svnadmin.c.dump.html
     http://svnbook.red-bean.com/en/1.5/svn.ref.svnadmin.c.load.html
     http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.tk.svndumpfilter

HTH,
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-19 13:44:01 CEST

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

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