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

Re: Obstructed update

From: Sebastian Bergmann <sb_at_sebastian-bergmann.de>
Date: 2002-12-16 06:16:19 CET

Philip Martin wrote:
>> I made a fresh checkout of subversion
>>
>> svn co http://svn.collab.net/repos/svn/trunk subversion
>
> This should create a working copy directory called subversion in the
> current directory. Did you cd into that directory?

  Yes.

> Did you run any other commands? Any failed/interrupted checkouts?

  No.

> I assume ac-helpers was a file, what did it contain?

  How could it be a file? It's a directory in the subversion repository
  that was created during checkout:

    sb@wopr-mobile:/usr/src/subversion> ll ac-helpers/
    total 108
    -rw-r--r-- 1 sb users 2870 Dec 15 12:38 apr.m4
    -rw-r--r-- 1 sb users 3410 Dec 15 12:38 aprutil.m4
    ...

> What does 'svn status' show?

  After the checkout it showed nothing. After the "svn up" with the
  "Obstructed update" message it shows:

    sb@wopr-mobile:/usr/src/subversion> svn status
      L .
      L ac-helpers

  I guess that the lock was created because of the obstructed update.

  "svn cleanup" yields

    sb@wopr-mobile:/usr/src/subversion> svn cleanup
    svn: subversion/libsvn_subr/path.c:149: svn_path_join:
    Assertion `is_canonical (component, clen)' failed.
    Aborted

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/
  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 06:17:10 2002

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.