Thanks a lot friends, but I solved the problem finally, just adding repository name in sections of my svnaccess file, like as below.
#my svnaccess file now
[groups]
programmers = lbraga,hrocha,htorres
analysts = lbraga
[qbzilla:/]
* = r
[qbzilla:/doc]
@analysts = rw
@programmers = r
[qbzilla:/src]
@programmers = rw
@analysts = rw
Thanks a lot.
Luis Braga
ICQ: 59039412
-----Mensagem original-----
De: Johnson, Russell D. [mailto:RUSSELL.D.JOHNSON@saic.com]
Enviada em: quinta-feira, 16 de setembro de 2004 17:55
Para: Luis Braga; Mark Phippard
Cc: users@subversion.tigris.org
Assunto: RE: SSPI + Apache + Windows XP + TortoiseSvn = I crazed
I've experienced that both a comma and space are necessary when specifying lists of people in the access file on Windows 2000.
In your access file, try changing this line:
programmers = lbraga,hrocha,htorres
to:
programmers = lbraga, hrocha, htorres
-----Original Message-----
From: Luis Braga [mailto:lbraga@fpf.br]
Sent: Thursday, September 16, 2004 2:26 PM
To: Mark Phippard
Cc: users@subversion.tigris.org
Subject: RES: SSPI + Apache + Windows XP + TortoiseSvn = I crazed
<cut>
Hi Mark,
Thanks a lot, unfortunately not work, I did that before my post, and now I try again...
My location:
<Location /svn>
DAV svn
SVNParentPath "c:\Laboratorio1\svn"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain dom
SSPIOmitDomain On
SSPIOfferBasic On
#AuthName "Repositórios do Subversion"
AuthzSVNAccessFile "C:\Apache\Apache2\bin\svnaccessfile"
#AuthzSVNAccessFile svnaccessfile
require valid-user
</Location>
My accessfile...
[groups]
programmers = lbraga,hrocha,htorres
analysts = lbraga
[/]
* = r <--- if I put rw here works, but all users of windows domain give access.
[/qbzilla/doc]
@analysts = rw
@programmers = r
[/qbzilla/src]
@programmers = rw
@analysts = rw
Best regards..
Luis Braga
ICQ: 59039412
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 00:12:00 2004