darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)
#29darcs get to an invalid ssh repo url hangs
Reported by stepkut.
this works fine: darcs get hub.darcs.net:myrepo
this seems to hang: darcs get hub.darcs.net:/me/myrepo
--debug-verbose shows more detail.
- description updated
- removed tag easy
An easier way to reproduce:
scp hub.darcs.net:nosuchrepo .
I think an exception is raised here and ssh's Channel monad just carries on (should close the connection.)
- status set to closed
Fixed this case.