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

Buglet in svn merge?

From: <striker_at_apache.org>
Date: 2003-01-27 12:00:57 CET

Hi,

To do what I did in rev 4605 I first tried (from the top
of my working copy):

$ svn merge -r 4603:4602 subversion/libsvn_delta/diff_file.c
subversion/libsvn_ra_dav/util.c:350: (apr_err=175002)
svn: RA layer request failed
svn: REPORT request failed on /repos/svn/trunk/subversion/libsvn_delta/diff_file.c
subversion/libsvn_ra_dav/util.c:335: (apr_err=175002)
svn: The REPORT request returned invalid XML in the response: XML parse error at line 1: xmlParseStartTag: invalid element name
.. (/repos/svn/trunk/subversion/libsvn_delta/diff_file.c)

That clearly didn't work...

$ svn diff -r 4603:4602 subversion/libsvn_delta/diff_file.c | patch -p0

did the trick however.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:19:15 2006

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.