You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Erik Wasser <er...@iquer.net> on 2006/04/11 09:59:11 UTC

svn merge 'breaks' working copy...

Hello list,

I've a problem with my portage. I googled and I found the following 
posting http://svn.haxx.se/dev/archive-2005-11/1434.shtml very 
interesting because its describing my situation very well. I've a 
similar problem. I'm doing a clean checkout, then I do a merge and the 
I want to checkin the sources. That throws a 'does not exist in 
repository', but a 'svn update' is brocken too.

The following script reproduces the error:

% svn co $SVN/iquer.net/patches/backup-error-messages
% cd backup-error-messages
% svn -r 2354:2692 merge $SVN/iquer.net/src/. .
% svn up
svn: Working copy path 'perl-Admintool/t/25_urls.t' does not exist in 
repository

Is there a solution for this problem? Is this a known issue? If it's 
helpful I would give away a SSH account for testing it. Any hints?

I'm using 1.3.1 for the server and the client.

-- 
So long... Fuzz

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

Re: svn merge 'breaks' working copy...

Posted by Erik Wasser <er...@iquer.net>.
On Tuesday 11 April 2006 11:59, Erik Wasser wrote:

> % svn co $SVN/iquer.net/patches/backup-error-messages
> % cd backup-error-messages
> % svn -r 2354:2692 merge $SVN/iquer.net/src/. .
> % svn up
> svn: Working copy path 'perl-Admintool/t/25_urls.t' does not exist in
> repository

Using subversion-1.4.0-r19323 fixed this problem.

-- 
So long... Fuzz

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