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

AW: AW: AW: [TSVN] Hard links

From: Marco Scholz <mscholz_at_samson.de>
Date: 2004-07-21 16:41:00 CEST

>These links on NTFS are called Junctions and are rarely used. Subversion
>doesn't get on with them
>at all. As they are rarely used I wouldn't advise holding your breath
>while waiting for support for
>them:-)

There is no need to support them, 99.9999% of all Win32 applications don't
use them (or know about them), but they do not delete a file before writing
to it.

And sorry, but Junctions and Hard Links are NOT the same, see MSDN Storage
Platform SDK:

Hard Links and Junctions

A hard link is the file system representation of a file by which more than
one path references a single file in the same volume. Many changes to that
file are instantly visible to applications that access it through the hard
links that reference it. However, the directory entry size and attribute
information is updated only for the link through which the change was made.

...

A junction (also called a soft link) differs from a hard link in that the
storage objects it references are separate directories, and a junction can
link directories located on different local volumes on the same computer.
Otherwise, junctions operate identically to hard links.

.....

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jul 21 17:44:11 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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