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

Svn 1.3 command line with authentication problem

From: Kok Jer Min (Gmail) <jermin.kok_at_gmail.com>
Date: 2006-02-01 06:42:00 CET

Can anyone confirm this is a bug or is there a fix for it?
I have svn repository setup and running with Apache HTTP and Windows
Domain Authentication. It work fine all this while with command line
or TortoiseSVN.
After I updated to svn to 1.3.0, I could no longer use command line to
access (list or commit) those folder in the repository which require
authentication,
For eg. This is my access file:
[/]
*=r

[/folder1]
*=r
DOMAIN\USER1=rw

I could do: svn list http://mycomp/svn
But could not do: svn list http://mycomp/svn/folder1

In the previous version of svn, when I list http://mycomp/svn/folder1,
it will prompt me for username and password or I could use --username
and --password. But it won't work in 1.3.0. The error message I
received is:
svn: PROPFIND request failed on '/svn/folder1'
svn: PROPFIND of '/test-repos': 403 Forbidden (http://mycomp)

However, I could still access to this folder via TortoiseSVN repo
browser as it will prompt me for u/p

Anyone have any idea or it is a bug in 1.3.0??

This is the version info on my apache:
Apache/2.0.55 (win32) DAV/2 SVN/1.3.0 mod_auth_sspi/1.0.3

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 1 06:44:36 2006

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

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