Tant que je vais un accés en file: tout marche ! (file:///C:/svn_repos OK) mais dés que je fais un accés via un protocole svn://localhost/... bah là cela ne marche pas. J'ai pourtant bien créer mes users ...

Pire quand je fais un svn mkdir svn://localhost/monprojet bah j'ai un fichier svn-commit.tmp de créer mais pas de commit.

J'ai suivi le tuto d'Eric Reboisson,
Avant j'avais fait une autre installation sur base de apache avec authentification windows...
etc...Y compris en me basant sur l'aide de Subversion...

J'ai l'impression que le probleme est lié à un firewall ou un truc de sécurité... Une personne peut m'aider ?

Mes messages d'erreurs

sous l'invite :
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\jerome.fortias>cd \

C:\>svn
Entrer 'svn help' pour l'aide.

C:\>svn mkdir svn://localhost/mont
svn: C:\svn_repos\conf\svnserve.conf:12: Option expected
svn: Le message de propagation a été laissé dans un fichier temporaire :
svn: 'svn-commit.tmp'

C:\>
J'ai le même message avec SVNTortoise sur un checkout ....

Mon fichier svnserve.conf contient ceci

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