Hi all,
I am trying to move a directory that starts with a "-" sign:
> $ darcs mv -type-exists type-exists > > darcs failed: unrecognized option `-t'
Ah, I shall use some quotes:
> $ darcs mv "-type-exists" type-exists > > darcs failed: unrecognized option `-t'
Hmm, maybe single quotes?
> $ darcs mv '-type-exists' type-exists > > darcs failed: unrecognized option `-t'
Does anyone know what to do here? Is it a bug or my lacking shell knowledge? (I am using windows, and cygwin)
Thanks, Daan Leijen
_______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
