darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)

#48confusion about username in ssh get address

bens reported: After forking the plugins project I tried to darcs get it.

ben@debian-64 ~/code$ darcs get bens@hub.darcs.net:bens/plugins
/home/darcsden/users/bens/bens/plugins//_darcs/prefs/motd: canonicalizePath: does not exist (No such file or directory)
/home/darcsden/users/bens/bens/plugins//_darcs/format: canonicalizePath: does not exist (No such file or directory)
/home/darcsden/users/bens/bens/plugins//_darcs/inventory: canonicalizePath: does not exist (No such file or directory)

darcs failed:  Not a repository: bens@hub.darcs.net:bens/plugins ((scp) failed to fetch:     bens@hub.darcs.net:bens/plugins//_darcs/inventory)

HINT: Do you have the right URI for the repository?

      If so, check with the repository owner to see if the following files
      are readable:

        1. _darcs/format    - might not exist; that's OK
        2. _darcs/inventory - should exist if #1 is missing
        3. _darcs/hashed_inventory - should exist if #2 is missing

I worked out what I was doing wrong though the FAQ was a little misleading. It said that in user@hub.darcs.net:user/repo that the user/ part is optional, but it actually needs to be left out.