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

Re: Base text files, re: IRC chat

From: Talden <talden_at_gmail.com>
Date: Mon, 15 Sep 2008 23:55:41 +1200

> That's a good point. I was thinking that it wouldn't be a big deal...
> svn can easily track the references. But I guess not so much if you
> just blast the WC out from under it :-P

Take the approach that Bazaar does with shared repositories. Users
either create a standalone working-copy that houses its own bases or
create a local repo which houses the bases for any enclosed
working-copies.

EG 4 related working copies all arbitrarily nested under an enclosing
local-bases repository.

c:/wc/myproject/
    .svn/bases/...
    mainlines/
        kea/
            .svn/...
        kiwi/...
            .svn/...
    branches/
       bug-12345/
            .svn/...
      story-23456/
            .svn/...

You can still use reference-counting to assist in purging bases but
also offer a command to do a scavenger hunt for bases not really
referenced - such bases could be scheduled for deletion in a delayed
FIFO queue.

Not as convenient as being able to separate it off onto separate
spindles but still a handy layout.

--
Talden
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-15 13:55:56 CEST

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.