darcs

Message4995

Author kowey
Recipients andreas.abel, beschmi, dagit, kowey, tommy
Date 2008-06-06.15:04:26
Issue Issue911 whatsnew shows: mv A -> B; rm A; add B
Content
Continuing that thought, if swapping the two files was your intention, you might
be able to get away with something like
 darcs mv A A-tmp
 darcs mv B A
 darcs mv A-tmp B

which reduces the risk of conflicts if you modify either A or B.  Now, the
question of whether darcs2 should handle these conflicts or not (i.e. without
taking forever) I cannot really help with.  For instance, maybe switching to the
darcs2 format would help.

I'll have to ask David when we have a few more details about what happened.
History
Date User Action Args
2008-06-06 15:04:26koweycreate
2008-06-06 15:04:28koweylinkissue911 messages
2008-06-06 15:04:28koweysetmessageid: <1212764668.62.0.695926100641.issue911@darcs.net>
2008-06-06 15:04:28koweysetrecipients: + kowey, tommy, beschmi, dagit, andreas.abel