On Thu, Jul 21, 2005 at 02:03:56PM -0400, S. Alexander Jacobson wrote: > FYI, darcs push works fine with my setup. It seems wierd that push > works but get/pull doesn't. Are you both certain it is a darcs/cygwin > interaction?
Unquestionably. Darcs push uses ssh, which is fine, but get and pull use scp/sftp, where there are problems. Specifically, darcs passes a Windows-style path: c:\foo, where Cygwin wants /cygdrive/c/foo. Scp/sftp interpret the former as path \foo on host c. A workaround is the use the wrapper script which Zooko mentioned to do the path conversion. Or use Putty (though there are some issues there too...). -- Jamie Webb _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
