[darcs-users] optimize --relink with symbolic links?

Juliusz Chroboczek Juliusz.Chroboczek at pps.jussieu.fr
Mon Nov 21 21:34:40 UTC 2005


> 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




More information about the darcs-users mailing list