On Tue, May 10, 2005 at 11:05:13PM +0200, Tomasz Zielonka wrote: > On Tue, May 10, 2005 at 08:22:25PM +0200, Andreas K�nner wrote: > > is it possible to tell darcs not to create hardlinks for new files? If > > I use "darcs get" to obtain a fresh copy, every file will be > > hardlinked. > > Not every file. AFAIK only patches will be hardlinked.
It used to be that writeToFile created the file first using takeLock (I'm going going from memory here), which created the file using a hard link trick to avoid locking issues on nfs, and XCode has the joyous feature that if a file has ever been hard linked on an HFS+ volume, it will be unable to save that file. I don't recall the patch name, but I believe this is fixed in darcs-stable... in fact was fixed some time ago. -- David Roundy _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
