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

Re: Resurrecting 'Mac OS X "resource fork" support'

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2006-09-21 10:33:17 CEST

Molle Bestefich wrote:
> Every file has a default (unnamed) stream, but you can create
> alternate (named) streams on a file easily:

Directories can have alternate streams too, btw:
==========================
C:\> mkdir coffee
C:\> echo oi > coffee:mystream
C:\> more < coffee:mystream
oi
==========================

Junctions cannot have alternate streams. Reading a junction's
alternate streams always returns null, writing to a junction's
alternate streams writes to the corresponding stream of the directory
pointed to.

Ho hum.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 21 10:33:36 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.