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

Re: Proposal: Support for versioning symlinks and other special files.

From: Josh Pieper <jjp_at_pobox.com>
Date: 2004-06-28 21:57:36 CEST

kfogel@collab.net wrote:
> Josh Pieper <jjp@pobox.com> writes:
> > support for non-UNIX like systems yet. Finally, I believe a new type
> > of entry in the WC entries file is necessary, perhaps "special" or
> > something similar. It would allow the WC code to determine when a
> > normal file has been replaced with a special file or vice versa.
> > Changes between different types of special files can be handled using
> > the normal translation framework.
>
> If we're having a new type of entry in the WC entries file anyway, do
> we also want to have a new "svn:" property? If there are two
> indicators of the same thing, then they can get out of sync; it seem
> like asking for trouble, maybe?

Except that you need some way in the repository to indicate it as
well. We could introduce a new node kind into the repository, but I
figured just doing it in the WC would be less invasive and would
introduce one less incompatibility between 1.1 and 1.0. I'm open to
debate though. Would it be better to add a new node type to the
repository and use it there and in the WC, or to have a svn: property
along with a new WC entry type and no changes to the repository?

-Josh

-- 
It seems to make an auto driver mad if he misses you.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 28 21:58:37 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.