[darcs-devel] [darcs #562] Fail: getSymbolicLinkStatus: does not exist

David Roundy droundy at abridgegame.org
Thu Oct 20 05:48:09 PDT 2005


On Wed, Oct 19, 2005 at 05:39:48PM -0400,  via RT wrote:
> Looks like darcs doesn't follow it's own 'darcs mv' command when looking
> for versions with 'darcs diff'.
...
> $darcs diff q_darcs_bug_267.sh 
> 
> Fail: getSymbolicLinkStatus: does not exist (No such file or directory)

I've put in a fix for this bug.

$ darcs wh         
{
move ./another_name ./bar
}
$ darcs diff -u bar
--- old-master/bar      1969-12-31 19:00:00.000000000 -0500
+++ new-master/bar      2005-10-20 08:44:44.264572384 -0400
@@ -0,0 +1 @@
+pok1

diff doesn't show the rename, because that's the way diff is (it just calls
the external program 'diff', which itself can't handle renames).
-- 
David Roundy
http://www.darcs.net




More information about the darcs-devel mailing list