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

Re: Transaction errors while updating

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-10 02:30:36 CEST

Dmitry Beransky wrote:

> I just finished reading the discussion related to bug #1862
> (http://subversion.tigris.org/issues/show_bug.cgi?id=1862). Just like
> so many other TSVN users I'm constantly hitting this problem. My
> question is: Can anyone recommend a way to recover from this error that
> doesn't involve wiping the local copy?
>

According to the latest #1862 research, this error happens whenever:

   1. the working copy is 'incomplete' (update was interrupted)
   2. TortoiseSVN tries to update using an absolute path

To fix this, run 'svn up' with a commandline client instead of TSVN.
That will use a relative path instead of an absolute path, and allow the
update to complete.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 10 02:32:46 2004

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.