[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnserve -X doesn't really work

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-08-10 02:14:14 CEST

"Garrett Rooney" <rooneg@electricjellyfish.net> writes:

> I've usually used threaded svnserve's with the --foreground switch,
> i.e. something like:
>
> svnserve --foreground -T --listen-host localhost -r ~/local/svnrepo
>
> As you've found, -X is largely useless for debugging with a svn client
> for many commands, it's more useful if you're just typing raw commands
> in via telnet or something, but that's a pain in the ass for most
> people.

Threading isn't something you want to introduce when you're
already debugging something, IMHO ;->. httpd -X can handle
multiple requests, and I see no reason why -X shouldn't. As Dan
says, it's currently useless.

Since I know it wasn't always useless, this means libsvn_client's
bad habit of treating RA connections as cheap and disposable is
actually getting worse.

-- 
Eric Gillespie <*> epg@pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 10 02:12:17 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.