On Mon, Feb 13, 2006 at 01:30:06PM +0000, Jean-Louis Leroy wrote:
>   set DARCS_GET_HTTP="curl -u user:password -s -f"
>   darcs get http://server/dir/
> 
> curl: option -f": is unknown

I don't use Windows, but since no-one else has answered... the quote
marks are being included in the environment variable value. A few
things to try:

a) Specify the variable using the GUI tool, which IIRC is somewhere
under My Computer/Properties.
b) Just don't use quotes. DOS might just use everything after the =
sign, regardless of spaces.
c) Put the command in a batch file and specify that.

-- Jamie Webb

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to