These instructions describe how to set up Windows as a darcs client (not a darcs server). Darcs can be run from the standard Windows command shell, cmd.exe, or from inside Cygwin. These two methods are slightly different due to differences in path names (drive letters, path separators).

Without Cygwin

With Cygwin

The Manual Process -- try this if you want a newer version of darcs than the pre-packaged version supplied above

The basics (with or without Cygwin):

Pushing patches to a remote server requires a SSH implementation such as putty http://www.chiark.greenend.org.uk/~sgtatham/putty/ which supports both SCP and SFTP. Interactive password prompting will not work because the SSH clients are executed by darcs, so passwordless public key authentication must be configured. For a putty-oriented tutorial see http://www.tartarus.org/~simon/puttydoc/Chapter8.html#C8.

To enable access of remote repositories over ssh (with or without Cygwin, if you want to use ssh):

Finally (without Cygwin):

Finally (with Cygwin):

DarcsWiki: WindowsConfiguration (last edited 2008-04-17 18:08:10 by TillmannRendel)