Juliusz Chroboczek
Mon, 21 Nov 2005 13:35:41 -0800
> So darcs pretty much has to be unlinking the file and creating a new > one with the same name. How does that break with symbolic links?
$ echo hi > a
$ ln -s a b
$ cat b
hi
$ rm a
$ echo bye > a
$ cat b
bye
$
Juliusz
_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://www.abridgegame.org/mailman/listinfo/darcs-users