You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Régis Priqueler <li...@aizenko.com> on 2003/07/18 15:44:00 UTC

[Newbie] Did i miss something?

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