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

Re: 'update' history tracing?

From: Chris AtLee <catlee_at_sidefx.com>
Date: 2004-11-12 16:11:56 CET

On Thu, 2004-11-11 at 23:20 -0500, Greg Hudson wrote:
> On Thu, 2004-11-11 at 17:14, C. Michael Pilato wrote:
> > > ...tracing 'wctarget@BASE' back to 'newlocation@r10000', then doing an
> > > RA->do_switch() operation to the new URL and rev.
> >
> > There are complications to this, though.
>
> Also, I think update is pretty robustly interruptable and switch is
> not. Am I wrong about that?

I can break update reliably by doing this:

    $ svn checkout http://svn.collab.net/repos/svn/tags/1.1.1
    $ cd 1.1.1
    $ svn update -r10000 *
    $ svn update
      interrupt with ^C at some point and wait for it to exit
    $ svn update
    svn: Can't copy '.svn/text-base/win-tests.py.svn-base' to
    '.svn/tmp/text-base/win-tests.py.svn-base.tmp': No such file
    or directory

This happens with svn clients 1.0.9, 1.1.1 and trunk (r11845). I'm
using apr 2.0.52-1 (from debian unstable).
      

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 12 16:12:09 2004

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.