Opened 14 years ago
Last modified 13 years ago
#198 new defect
svn doesn't deal with unknown vhosts or repos well
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | vcs | Keywords: | |
Cc: |
Description
While working on #166 (git doesn't handle unknown vhosts), I looked briefly at svn's behavior:
alex@kronborg tmp [03:31] $ svn co svn://scripts.scripts.mit.edu/aoeueoau svn: No repository found in 'svn://scripts.scripts.mit.edu/aoeueoau' alex@kronborg tmp [03:32] $ svn co svn://asa.scripts.mit.edu/aoeueoau svn: Malformed network data alex@kronborg tmp [03:32] $ svn co svn://asaaoeuaeou.scripts.mit.edu/aoeueoau svn: Malformed network data
Now, svn, unlike git, doesn't actually report the weird error messages that svnproxy.pl and ldapize.pl (respectively, for the last two examples above) spew out, so this vaguely matters less than git (also, I don't care much about svn), but theoretically it might be nice to fix this.
Change History (4)
comment:1 Changed 14 years ago by adehnert
comment:2 Changed 14 years ago by adehnert
(Oh, yeah, this partially duplicates #88...)
comment:3 Changed 13 years ago by ezyang
- Priority changed from tiny to minor
comment:4 Changed 13 years ago by ezyang
- Keywords svn removed
Note: See
TracTickets for help on using
tickets.
Anders' changes have improved the state for the third case. The second is not fixed.