You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by wh...@lexmark.com on 2003/10/02 17:18:25 UTC

redirection

Has anyone used redirection with subversion?

What I would like to do is have a central Apache server that has knowledge
of all the repositories in the company.  I may have multiple servers with
multiple repositories but I don't want the developers to have to keep up
with all the different URLs.  I just want them to type in one URL followed
by the repository name and have the request automatically routed to the
appropriate
server.  I also don't want the constaint of only being able to route to
other servers that I can see via NFS.

Thanks in advance for the help.


Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: redirection

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Thu, Oct 02, 2003 at 01:18:25PM -0400, wheelerj@lexmark.com wrote:
> Has anyone used redirection with subversion?
> 
> What I would like to do is have a central Apache server that has
> knowledge of all the repositories in the company.  I may have multiple
> servers with multiple repositories but I don't want the developers to
> have to keep up with all the different URLs.  I just want them to type
> in one URL followed by the repository name and have the request
> automatically routed to the appropriate server.  I also don't want the
> constaint of only being able to route to other servers that I can see
> via NFS.

Before even thinking about putting any of your repositories on NFS,
please read the FAQ.  In particular:

http://subversion.tigris.org/project_faq.html#nfs

As far as redirection goes, I don't think the Subversion client knows
how to deal with that at the moment.  You might be able to work around
it by getting Apache on your central box to proxy requests to the other
servers.

-- 
Michael Wood <mw...@its.uct.ac.za>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org