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

[Newbie] Did i miss something?

From: Régis Priqueler <lists_at_aizenko.com>
Date: 2003-07-18 17:44:00 CEST

Hello,

snv versions: server linux 2.5 and windows client 2.5

I change the configuration of Apache 2 for using several repositories.

Before i had only the <location> tag and i made svn work.

now i have

<VirtualHost 213.186.38.110:90>
        DocumentRoot "/home/svn/svn"
        ServerName svn.aizenko.com
        CustomLog logs/svn-access_log combined
        <Location /Test>
                DAV svn
                SVNPath /home/svn/svn/Test
                AuthType Basic
                AuthName "test rep"
                AuthUserFile /home/svn/svn_test.auth
        </Location>
        <Location /test_modules>
                DAV svn
                SVNPath /home/svn/svn/test_modules
        </Location>
</VirtualHost>

when i go in the http://svn.aizenko.com:90/test_modules
I can browse the repository (which is empty)

When i try to create a directory:

$ svn mkdir -m "test" http://svn.aizenko.com:90/test_modules/trunk
svn: RA layer request failed
svn: OPTIONS request failed on '/test_modules'
svn: OPTIONS of '/test_modules': 301 Moved Permanently (http://svn.aizenko.com:90)

and when i try an import i got

$ svn import -m "Try" trunk http://svn.aizenko.com:90/test_modules/
svn: Bad URL passed to RA layer
svn: illegal URL for repository

Best regards

-- 
Régis Priqueler
Portfolio: http://R208.com
Aïzenko:   http://aizenko.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 17:45:32 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.