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

Reverse merge results in HTTP 404 error on WinXP SP1

From: François Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-07-30 21:38:03 CEST

Hello everyone,

My repository is laid out like this:
rac/
    calendar/
       trunk/
          lib/
             jta.jar

The jta.jar file was added at r135, and then removed at r141. Now, I
want to get it back. So, I tried the following:
D:\java\calendar\lib>svn --version
svn, version 0.25.0 (r6433)
    compiled Jul 10 2003, 22:05:10
[snip]

D:\java\calendar\lib>svn info
Path:
Url: http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib
[snip]

D:\java\calendar\lib>svn merge -r141:140 .
svn: RA layer request failed
svn: PROPFIND request failed on
'http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib/jta.jar'
svn: PROPFIND of
'http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib/jta.jar': 404
Not Found (http://svn.hopto.org:8193)

D:\java\calendar\lib>svn merge -r141:140
http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib
svn: RA layer request failed
svn: PROPFIND request failed on
'http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib/jta.jar'
svn: PROPFIND of
'http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib/jta.jar': 404
Not Found (http://svn.hopto.org:8193)

D:\java\calendar\lib>svn merge
http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib@141
http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib@140
svn: RA layer request failed
svn: PROPFIND request failed on
'http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib/jta.jar'
svn: PROPFIND of
'http://svn.hopto.org:8193/repos/rac/calendar/trunk/lib/jta.jar': 404
Not Found (http://svn.hopto.org:8193)

This is a binary file, if that is important.

I reread http://svnbook.red-bean.com/html-chunk/ch04s04.html, just to
make sure I did not miss anything, and the example is correct, if the
file still exists. If the file does not exist anymore, does that change
anything ?

So, where did I go wrong ?

Thanks !
François Beausoleil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 30 21:36:33 2003

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.