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

Re: how to make svn _follow_ symbolic links?

From: Blair Zajac <blair_at_orcaware.com>
Date: Tue, 21 Jul 2009 17:20:41 -0700

Les Mikesell wrote:
> Misha Aizatulin wrote:
>> Blair Zajac wrote:
> You can get the behavior you want with hard links but I don't know what
> happens during an update (whether the existing link is deleted and
> recreated or if the changes are written to the existing link and thus
> affect all other links).

We do everything with atomic renames, so it's not like we would open() the
existing file and write to it, since there's a greater chance of loss. Instead,
we write to a temporary file and rename() it. So Subversion would break the
hardlinks.

Blair

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374013

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-22 02:22:05 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.