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

Problem with subversion

From: sonny <sonny_at_Mathematik.Uni-Marburg.de>
Date: 2007-04-19 10:59:41 CEST

Hello,
 
I have installed subversion and i'm very satisfied with your documentation
as well with subversion itself. It is really a great piece of software and
will will use it
for an university project. I was able to setup everything, except a problem,
where I see no solution. I have readed the manual, as well as your FAQ
multiple times,
but I was not able to find anythink, helping me with the problem. I hope you
can help me.
 
I have decided for the svn solution on linux. This means, the repository can
be accessed with:
svn:host-name/path to repository. I have also created a directory structure
and some password
as it is described in your manual.
The problem ist the following:
My concrete repository has the url(Please keep that confidental):
 
svn://boende.mathematik.uni-marburg.de/svn/
 
However, as i'm at our university net this is equivalent to:
 
svn://boende/svn/
 
Both solution work BUT the fundamental difference is that in the first case,
there is no need for a authentication at all, while
the second solution works as intended: users have to enter user and pass in
order to get r/w rights. I have no idea, why there is a differnt behaviour
of the two urls. At the end of the mail, I append the conf file, just that
you can see, everything is set up correctly.
 
Thanks,
Sonny
 
 
### 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 = none
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 = ../../../private/svnpasswd
### 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 = Java Praktikum SS07
Received on Thu Apr 19 20:55:10 2007

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.