﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
198	svn doesn't deal with unknown vhosts or repos well	adehnert		"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."	defect	new	minor		vcs			
