• Assuming you have already uploaded your ssh key to Patch-Shack:
  • darcs fetch a copy of this repo from Patch-Shack:
      darcs get $projectmemberrepo$
      IMPORTANT: If you are asked for a password, this is an error.

      If you're asked for a password, try uploading your ssh key again.
      You will not be able to read to or write from a private repository using your web interface user/password.
      You must upload a working ssh key.
  • push an existing repo to this repo on Patch-Shack:
      cd myproject
      cat _darcs/prefs/defaultrepo
        (you might want to write this down in case you want to go back to whatever it was before)
      darcs push $projectmemberrepo$
      cat _darcs/prefs/defaultrepo
        (notice the default push/pull repo has been changed to Patch-Shack)