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

RE: svn: Working copy path 'X/Y/Z' does not exist in repository

From: Joe Bell <joe.bell_at_prodeasystems.com>
Date: Wed, 22 Oct 2008 16:07:27 -0500

FWIW - I'm using the model from here:
http://svnbook.red-bean.com/en/1.5/svn.branchmerge.basicmerging.html

 

$ pwd

/home/user/my-calc-branch

 

$ svn merge http://svn.example.com/repos/calc/trunk

--- Merging r345 through r356 into '.':

U button.c

U integer.c

 

But this simple merge fails with the 'does not exist in repository'
error.

 

I am using the "first release" of SVN1.5 - 1.5.0.

 

From: Joe Bell [mailto:joe.bell_at_prodeasystems.com]
Sent: Wednesday, October 22, 2008 2:54 PM
To: users_at_subversion.tigris.org
Subject: svn: Working copy path 'X/Y/Z' does not exist in repository

 

Hi all,

 

I'm trying to do a normal svn merge on my branch (rebase to the trunk)
with SVN1.5 (not using -r) and keep getting Working copy path '' does
not exist in repository. I know that's not the case (the path does
exist in the repository) because I can go in my branch working copy and
do an svn info on it:

 

cd 2.3-prep/

svn info platform/kernel/mv5.0

URL:
https://hostname/svn/product/branches/2.3-prep/platform/kernel/mv5.0

 

svn log .

[root_at_scm37 kernel]# svn log . --stop-on-copy --verbose

------------------------------------------------------------------------

r36673 | joe.bell | 2008-10-21 21:46:57 -0500 (Tue, 21 Oct 2008) | 7
lines

Changed paths:

   A /product/branches/2.3-prep (from /product/trunk:36452)

 

 

[root_at_scm37 2.3-prep]# svn --version

svn, version 1.5.0 (r31699)

   compiled Jun 18 2008, 21:32:10

 

When I run this command with the -r option to specify the revision
slice, everything works hunky dory, it's only when I omit -r and expect
SVN to sort it out that I get this issue.

 

Let me know what other information I can provide. Even with 1.5 I still
have a hell of a time merging with SVN L

 

Joseph Bell

joe.bell_at_prodeasystems.com

 

This message is confidential to Prodea Systems, Inc unless otherwise indicated
or apparent from its nature. This message is directed to the intended recipient
only, who may be readily determined by the sender of this message and its
contents. If the reader of this message is not the intended recipient, or an
employee or agent responsible for delivering this message to the intended
recipient:(a)any dissemination or copying of this message is strictly
prohibited; and(b)immediately notify the sender by return message and destroy
any copies of this message in any form(electronic, paper or otherwise) that you
have.The delivery of this message and its information is neither intended to be
nor constitutes a disclosure or waiver of any trade secrets, intellectual
property, attorney work product, or attorney-client communications. The
authority of the individual sending this message to legally bind Prodea Systems
is neither apparent nor implied,and must be independently verified.
Received on 2008-10-22 23:08:04 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.