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

Re: [TSVN] neon following redirects?

From: Danny Sauer <tortoisesvn_at_danny.teleologic.net>
Date: 2005-01-06 23:04:48 CET

dev wrote regarding '[TSVN] neon following redirects?' on Thu, Jan 06 at 15:58:
[...]
> It send the request, receives a 401 "hey, who are you?", resends the
> auth data, and then stops at the 301. The authentication clearly
> works, but it just doesn't follow the redirect.

As a follow-up, if I specify a directory below the repository base,
such as teleo/deeptexture, the browser works fine. I can go to teleo/
in a web browser and it works (because the 301 is followed):

browser:
10.1.1.50 - - [06/Jan/2005:16:02:20 -0600] "GET /repos/teleo HTTP/1.1"
401 456 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0"
10.1.1.50 - dsauer [06/Jan/2005:16:02:20 -0600] "GET /repos/teleo
HTTP/1.1" 301 286 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.5) Gecko/20041107 Firefox/1.0"
10.1.1.50 - dsauer [06/Jan/2005:16:02:20 -0600] "GET /repos/teleo/
HTTP/1.1" 200 312 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.5) Gecko/20041107 Firefox/1.0"

neon:
10.1.1.50 - - [06/Jan/2005:16:03:10 -0600] "PROPFIND /repos/teleo
HTTP/1.1" 401 456 "-" "SVN/1.1.2 (r12471) neon/0.24.7"
10.1.1.50 - dsauer [06/Jan/2005:16:03:10 -0600] "PROPFIND /repos/teleo
HTTP/1.1" 301 286 "-" "SVN/1.1.2 (r12471) neon/0.24.7"

--Danny

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 6 23:06:15 2005

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

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