You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@galois.collab.net> on 2000/08/24 18:09:47 UTC

Re: CVS update: subversion/subversion/libsvn_wc adm_files.c adm_ops.c lock.c Makefile.am README apply_delta.c wc.h wc_adm.c

Greg Stein <gs...@lyra.org> writes:
> I thought the per-dirent properties were jettisoned. What's up?

Why did you think that?

Re: CVS update: subversion/subversion/libsvn_wc adm_files.c adm_ops.c lock.c Makefile.am README apply_delta.c wc.h wc_adm.c

Posted by Karl Fogel <kf...@galois.collab.net>.
Karl Fogel <kf...@galois.collab.net> writes:
> Greg Stein <gs...@lyra.org> writes:
> > I thought the per-dirent properties were jettisoned. What's up?
> 
> Why did you think that?

To be a *little* more prolix, here... :-)

Dirent props are redundant with other kinds of properties only if the
repository does not support hard links.  

With hard links (i.e., multiple names/paths for the same entity),
dirent properties allow Subversion to carry information that cannot be
carried any other way -- for example, the 8.3-style name to use in
place of the repository name, when necessary.

So they have not been jettisoned, but I think we've sort of tacitly
decided that hard links and dirent properties would be worked on at
the same time.  We shouldn't start one until we know we're also doing
the other.

Thoughts?,
-K