darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)
#12possible to darcs get private repos
I have a private repository called "myrepo". as anyone can check, you can't see it at hub.darcs.net/dbp and it 404s if you go to hub.darcs.net/dbp/myrepo.
But you can darcs get http://hub.darcs.net/dbp/myrepo and you will get the contents.
This is a serious problem - it means that repositories are not private, just unlisted.
The repository in question actually exists, so anyone can reproduce if they'd like.
- description updated
Putting my money where my mouth is, I have a potential fix for this. I don't have a working environment, so this is not tested code (not even compiled) - but it might / should be right, so if someone else wants to test / integrate, they are welcome to. I'll try to get a working environment going at some point.
http://hub.darcs.net/dbp/darcsden/patch/20120829191641-08cd0
This was deployed to hub, and just needs verification.
- status set to closed
Fixed.