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

Re: UUIDs during updates

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-14 20:10:29 CET

Ben Collins-Sussman wrote:

>There's just no need to marshall these invariant things to
>the client during an update.
>
>Any objections? If not, I'm just going to remove this UUID update
>stuff from /trunk.
>
>

Yes, big objection.

    $ ls -af
    ./ ../ .svn/ foo bar/
    $ svn pg svn:wc:uuid bar # (just an illustration)
    0DDF3B7F-E692-11D1-AB06-00AA00BDD685
    $ rm -fr bar
    $ svn up
    A bar
    $ svn pg svn:wc:uuid bar
    $

Huh? Where has the UUID gone?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 14 20:13:19 2003

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.