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

Re: interesting error when server is being silly

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-24 19:42:35 CET

Okay Daniel, I've committed the fix. Here's what I did to verify it,
let me know if this corresponds to the situation you encountered:

   $ svn st -u
   M 1043 ./subversion/libsvn_wc/entries.c
   M 1043 ./subversion/libsvn_wc/questions.c
   Head revision: 1043
   $ mv ./subversion/bindings/swig/python ./subversion/bindings/swig/was_python
   $ svn st -u
   svn_error: #21022 : <Obstructed update>
     svn_wc_check_wc: ./subversion/bindings/swig/python does not exist
   $ mv ./subversion/bindings/swig/was_python ./subversion/bindings/swig/python
   $ svn st -u
   M 1043 ./subversion/libsvn_wc/entries.c
   M 1043 ./subversion/libsvn_wc/questions.c
   Head revision: 1043
   $

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:59 2006

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.