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

RE: [rfc] redirects with neon

From: Sander Striker <striker_at_apache.org>
Date: 2002-03-28 23:03:36 CET

> To: dev@subversion.tigris.org
> Subject: [rfc] redirects with neon
>
>
> Well, I'm trying to setup some fancy things with my repo. One of those
> nifty things is to allow this setup:
>
> $ svn co http://server/repo/trunk
> $ cd trunk
> (edit file.c)
> $ svn ci --username blah -m blah file.c
> (server redirects authenticated actions to https://server/$1)
>
>
> Now, this works on the server side. However, svn fails because it gets a
> redirect (actually neon fails). Neon does have support for redirects,
> which is easily enabled via ne_redirect_register(). This only work for
> same server/port/protocol.
>
> So in ra_dav, we need to catch a 302 and rebuild the sessions in this
> case.
>
> Anyone have any comments or gotchas I should watch for in this case?

+1 in doing this, like I said on irc. It will be a usefull feature.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 28 22:58:57 2002

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.