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

Re: Problems with svn1.6.1

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Wed, 29 Apr 2009 05:29:47 +0400

Greetings, Roberto!

> 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)

Look in Apache logs for more details, but most likely you do not have allowed
any access to your host from IP filters.
Include
Allow from <your IP>
in your Location block, restart Apache and see if it helps.
And with your setup ("Loc: /svn" + "SVNParentPath") you do not need to use
Rewrite. It only necessary for serving multiple repositories from root (When
"Loc: /").

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 29.04.2009, <5:26>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1972027
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-29 03:31:12 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.