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

RE: broken AuthzSVNAccessFile in 1.3.0 ?

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-01-18 00:23:58 CET

Can you check if your problem is related to the one discussed in
this thread:

http://svn.haxx.se/users/archive-2006-01/0469.shtml

thx,

Lieven.
> -----Original Message-----
> From: ed.wittmann@fiserv.com [mailto:ed.wittmann@fiserv.com]
> Sent: dinsdag 17 januari 2006 21:57
> To: users@subversion.tigris.org
> Subject: RE: broken AuthzSVNAccessFile in 1.3.0 ?
>
> I too had weird behavior with 1.3.0 and the authorization
> stuff - sometimes I could not get in no matter what password
> I used, and sometimes with any password - I thought it was a
> bug with apache 2.0.55 or my config, but it looks like I'm
> not the only one.
>
> -----Original Message-----
> From: Gareth Lennox [mailto:gareth@dwakn.com]
> Sent: Tuesday, January 17, 2006 12:40 PM
> To: 'Michal Levý'; users@subversion.tigris.org
> Subject: RE: broken AuthzSVNAccessFile in 1.3.0 ?
>
> Yes, I noticed this exact same problem, but have not yet had
> a chance to narrow it down. It seemed to only occur on a
> couple of repositories, most of the rest worked fine, but
> certain users, were getting that same MKACTIVITY / 403
> Forbidden error you mentioned.
>
> I ended up moving the server back to 1.2.3. I didn't change
> apache at all, its 2.0.54 (I think...)
>
> Will try and have a look into it tomorrow in more depth...
>
> Gareth
>
> > -----Original Message-----
> > From: news [mailto:news@sea.gmane.org] On Behalf Of Michal Levý
> > Sent: 17 January 2006 12:27 PM
> > To: users@subversion.tigris.org
> > Subject: broken AuthzSVNAccessFile in 1.3.0 ?
> > Importance: Low
> >
> > Hello
> >
> > After installing svn 1.3.0 and upgrading Apache from 2.0.54
> to 2.0.55
> > (on Windows Server 2003), there are some strange behavior in
> > authorization....
> >
> > Apache conf:
> > <Location /svn/>
> > DAV svn
> > SVNParentPath C:\Data\SVN
> > SVNListParentPath on
> > AuthType Basic
> > AuthName "Subversion repositories"
> > AuthUserFile svn_passwd
> > AuthzSVNAccessFile svn_access.conf
> > Require valid-user
> > </Location>
> >
> > svn_access.conf: (relevant part of it)
> >
> > [groups]
> > admins = Liwoj
> > devs = Liwoj, peta, Miroslav, arthur, pavca
> >
> > [/]
> > * = r
> > @admins = rw
> > [TVM:/]
> > @devs = rw
> >
> >
> > Problem description:
> > Before upgrade (svn 1.2.3.) everything worked like a charm.
> > After upgrade when someone from devs group try to commit
> anything to
> > TVM
> > repository, he gets this error message " Error: MKACTIVITY of
> > '/svn/tvm/!svn/act/7dff391b-9d6b-0d4c-a0a5-6cf978297dda': 403
> > Forbidden (http://stoupa:8080)"
> > Message in Apache error log is: "[Tue Jan 17 11:02:15 2006] [error]
> > [client 192.168.0.1] Access denied: 'peta' MKACTIVITY tvm: "
> > Removing trailing slash from [TVM:/] do not help.
> > Removing trailing slash from "<Location /svn/>" do not help either
> > (added for SVNListParentPath to work) I (Liwoj) can commit without
> > problems. When i change root privileges from
> > "* = r" to "* = rw", all @devs can commit normally.
> >
> > Is that bug or by design ?
> >
> > Thanks
> >
> > --
> > --
> > Michal Levý aka Liwoj
> > michal.levy@mediaresearch.cz
> > ICQ# work: 118679657 home: 32598354
> > GSM# +420775988024
> >
> > ==== Codito, ergo sum. =====
> > === I code, therefore I am ===
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.14.19/231 - Release
> Date: 16/01/2006
>
>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.19/231 - Release Date: 16/01/2006
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 18 01:38:51 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.