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

Problems with svn1.6.1

From: Roberto <smuxbr_at_gmail.com>
Date: Tue, 28 Apr 2009 13:47:56 -0400

Hi all,

 In my new server, i try to install and use a new version 1.6.1 of
subversion and when i import anything to my repository test show it:
roberto-limas-mac-pro:test Smux$ svn import . http://URL here -m
"test" --force-log
Authentication realm: <URL here:80> SVN do Smux
Password for 'Smux':
Adding a
svn: PUT of '/svn/test/!svn/wrk/941ea846-f2d2-48f3-96bd-b29780330c57/a':
403 Forbidden (URL here)

inside virtualhost on httpd.conf i use:

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/svn$
RewriteRule .* /svn/ [PT]

<Location /svn>
       DAV svn
       SVNParentPath /home/smux03/repos
       # Limit write permission to list of valid users.
       <LimitExcept GET PROPFIND OPTIONS REPORT>
             AuthType Basic
             AuthName "Smux's Repository"
             AuthUserFile /home/smux03/repos/authfiles/svn-htpasswd
             AuthzSVNAccessFile /home/smux03/repos/authfiles/svn-access.conf
             Require valid-user
       </LimitExcept>
</Location>

Anyone knows how do i to solve this problem?

Thanks,
Roberto Lima.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1966292

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-28 19:57:11 CEST

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.