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

Re: Versioning MacOSX files with Resource Forks...solutions?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-06-11 19:06:34 CEST

On 11.06.2005, at 04:06, Eric Gorr wrote:

> What solutions have people come up with for solving the problem of
> placing a file with a resource fork under version control with
> Subversion?

- Store the file on a file system that doesn't natively support
multiple forks -- for example, a UFS disk or partition, or a disk image
of that format, or a network share -- which will cause OS X to create a
second file whose name begins with ._ to store the resource fork. Then
check in both the file and its ._ partner. It has recently been
discussed how this has broken as of Mac OS X 10.4 so this is probably
not the best idea.

- Put the file on a disk image (of any format), or in a StuffIt
archive, or in a Zip archive, and check in the archive or image.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 11 19:08:46 2005

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.