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

import problem -- illegal URL passed for repository

From: <tFunato_at_mikitourist.co.jp>
Date: 2003-09-03 13:08:40 CEST

Hi,

  I have started using Subversion about a month ago, and I was able to import
  and checkout test files using Subversion.
  I made so many unnecessary repositories, I decided to delete all the
  repositories, and start newly with new repository.
  I deleted the repositories
     rm -rf <repository>

  and I created a new repository,
     svnadmin create /home/svn/repos

  but whenever I tried to import the files from client machine,
     svn import test http://XX.XX.XX.XX:8080/svn/repos

  I keep receiving this message.
  Log message unchanged or not specified
  a)bort, c)ontinue, e)dit
  c

  svn: Bad URL passed to RA layer
  svn: illegal URL for repository

  This is my ./configure script for Apache2:
  ./configure --enable-modules="dav dav_fs info ssl so deflate"
  --enable-maintainer-mode --with-port=8080 --without-krb5 --with-dbm=db4
  --with-berkeley-db=/usr/local/BerkeleyDB.4.1

  <Location /svn>
     DAV svn
     SVNParentPath /home/svn
    </Location>

     Apache2 is running, and it shows the default page, but whenever I tried to
access the repository page, it comes back with a Forbidden page.
  Maybe you have already answered this question before, but I was not able to
  find them.
  I am using Subversion-0.27.0, Apache-2.0.47, Server-Redhat Linux 7.2,and
  Client-Windows2000.
  I looked through the WEB and tried to amend the error for couple of days now,
  but I wasn't able to get a clue to it.
  Hope you can help me out here.

  Thanks in advance

  Takahiro Funato

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 3 19:21:28 2003

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.