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

Re: collected vs distributed working copy metadata

From: Branko Čibej <branko.cibej_at_hermes.si>
Date: 2000-08-09 19:17:35 CEST

Here are some of the options as I see them:

1) Metadata in subdir of each directory

   pro: subdirs are easily detachable
   con: globbing problems, etc.

2) Metadata only in subdir of top directory

   pro: no globbing problems, except in top dir;
        export == checkout + remove metadata dir
   con: need special tool for detaching subdirs

3) Metadata in sibling dir of top directory:

   pro: no globbing problems at all;
        export == checkout
   con: no working copies for several projects off the same root;
        need special tool for detaching subdirs

4) Metadata in a completely separate tree

   con: Yuck (IMHO :-)

5) Metadata in _one file_ in each directory

   pro: subdirs are easily detachable;
        exactly as many globbing problems as, e.g., .cvsignore
   con: would have to be some sort of filesystem-in-a-file,
        not easily examined or modified by hand.

I'd go for 5), if we could have a reasonable implementation for
the metadata file, plus tools to view/modify the contents.
Otherwise I prefer 1), with possibly a safer name for the
metadata dir (oh, I can always "find . | fgrep -v /SVN").

    Brane

-- 
Branko Čibej                 <branko.cibej@hermes.si>
HERMES SoftLab, Litijska 51, 1000 Ljubljana, Slovenia
voice: (+386 1) 586 53 49     fax: (+386 1) 586 52 70
Received on Sat Oct 21 14:36:06 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.