Not Allowed message when try to connect with the remote svn repo

Marcelo <[email protected]> Thu, 23 Sep 2010 18:51:28 -0300
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
Hello All,

Hello,

I installed SVN in CentOS 5 without Apache, the connection should be
possible with rapidsvn.

Following this guide<http://joniux.x-red.com/2008/03/31/instalando-un-servidor-subversion/>i
proceeded:

yum install subversion
useradd -d /home/svnroot -c subversion svn
passwd svn
svnadmin create /home/svnroot/proyecto_tuguu
pico /etc/csf/csf.conf (enabled ports and restart with csf -r)
pico /etc/services and add the lines:

svnserve 3690/tcp # Subversion svnserve
svnserve 3690/udp # Subversion svnserve

pico /etc/xinetd.d/svnserve and put lines:

# default: on
# Subversion server
service svn
{
socket_type = stream
protocol = tcp
user = svn
wait = no
disable = no
server = /usr/bin/svnserve
server_args = -i -r /home/svnroot
port = 3690
}

service xinetd restart

My /home/svnroot/proyecto_tuguu/conf/svnserve.conf file:

 Code:

### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository.  (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)

### Visit http://subversion.tigris.org/ for more information.

[general]
### These options control access to the repository for unauthenticated
### and authenticated users.  Valid values are "write", "read",
### and "none".  The sample settings below are the defaults.
# anon-access = read
auth-access = write
### The password-db option controls the location of the password
### database file.  Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### Uncomment the line below to use the default password file.
password-db = passwd
### The authz-db option controls the location of the authorization
### rules for path-based access control.  Unless you specify a path
### starting with a /, the file's location is relative to the conf
### directory.  If you don't specify an authz-db, no path-based access
### control is done.
### Uncomment the line below to use the default authorization file.
authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they should
### have the same password database, and vice versa.  The default realm
### is repository's uuid.
realm = My First Repository
[users]
svn = PASS HERE

Well, my question is: ¿how to connect to the repository from my PC with
RapidSVN client?

I don't know how to do it
With rapidsvn, i open the program,
Under the *Bookmarks* menu select *Add Existing Repository...* and get "not
allowed" message, and I entered the user for the repo and his password.

Any help will be really appreciated!


--

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2663827

To unsubscribe from this discussion, e-mail: [[email protected]].
Pantallazo-2.png (image/png, 115.1 KB) - not displayed