On Wed, Sep 07, 2005 at 11:20:58AM -0300, [EMAIL PROTECTED] wrote: > > David Roundy wrote: > > > > No, darcs always uses the standard scp command-line interface. I'm not > > really the one to ask, but I seem to recall being told that the problem > > has to do with cygwin apps (e.g. cygwin scp) not accepting windows > > paths, which darcs passes to scp. > > I just tested one simple usage of scp, and it appears that both cygwin > scp and putty pscp require unix-style path separators:
I wasn't referring to the path separators, but to the absolute paths. My understanding is that cygwin programs don't understand windows absolute paths. Darcs often uses absolute paths, to allow IO actions to be performed at a later time, when the current working directory may have changed. Windows is apparently (natively, at least) agnostic with regard to forward and backward slashes as path separators. -- David Roundy http://www.darcs.net _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
