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

RFC: Default svnserve realm

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-22 22:45:50 CEST

We have a bug in svnserve's computation of the default realm, such
that some number of extra characters can get included after the end of
the path to the repository, depending on the length of the -r option.

One solution is to fix the current code so that it correctly reports
the path to the repository root (as it appears in the URL), probably
by taking b->repos_url and skipping past the scheme and hostname
parts.

A second solution is to use the uuid of the repository as the default
realm, as we (I am told) do in ra_local.

I like the first solution because it's more meaningful to the user.
But the second one is nice in that it works despite repository moves,
and it's also nice and simple from a coding perspective.

Either solution is likely to present some small amount of disruption
to users.

Opinions?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 22 22:46:10 2004

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.