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

RE: Merging question / problem?

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2003-06-02 14:01:26 CEST

I renamed the offending new file, with spaces, to a different name without
spaces. The merge can now be done. So it's most likely a problem with doing
a merge where there's a (new) file with spaces in filename.

--Tim

-----Original Message-----
From: Leeuw van der, Tim [mailto:tim.leeuwvander@nl.unisys.com]
Sent: maandag 2 juni 2003 11:06
To: 'dev@subversion.tigris.org'
Subject: Merging question / problem?

Hi,

I'm trying to do a merge between 2 branches of my project. The branch that
should be merged back into mainline, has a new file added. The merge-command
gives me always the following error on this new file:

$ svn merge
http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1@35
http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1@40
svn: RA layer request failed
svn: PROPFIND request failed on
'http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1/EclipseProje
ct/Zorg prestatie model.xml'
svn: PROPFIND of
'http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1/EclipseProje
ct/Zorg prestatie model.xml': 404 Not Found (http://nlshl-leeuwt)

Or with the alternative merge-syntax:

$ svn merge -r 36:HEAD
http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1
svn: RA layer request failed
svn: PROPFIND request failed on
'http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1/EclipseProje
ct/Zorg prestatie model.xml'
svn: PROPFIND of
'http://nlshl-leeuwt/svn/ZorgControles/Branches/WorkingEditorV1/EclipseProje
ct/Zorg prestatie model.xml': 404 Not Found (http://nlshl-leeuwt)

As you can see, there are spaces in this filename. I don't know if this
could cause the problems. The file can certainly be seen in the branch, when
I check it out or open the URL in my webbrowser.

Does anyone have an indication what the problem could be? I cannot see from
the error-message at what revision of the repository this file can't be
found, but it's new so it doesn't exist in the base version.

With regards,

--Tim van der Leeuw

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 14:02:22 2003

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.