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

Initial import problems

From: Simon Troup <simon.troup_at_digitalmusicart.com>
Date: 2004-11-03 04:29:55 CET

I'm trying to setup a repository on my desktop machine using this article from MacDevCentre:

<http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html>

Everything goes as expected except for the initial import, on entering the following:

svn import -m "Importing project dmanews" /Library/WebServer/Documents/myproject/ http://127.0.0.1:8800/subversion/myproject/trunk

... I get this response:

svn: PROPFIND request failed on '/subversion'
svn: PROPFIND of '/subversion': 301 Moved Permanently (http://127.0.0.1:8800)

In httpd.conf I have:

<Location /subversion>
  DAV svn
  SVNPath /usr/local/apache/htdocs/subversion
  AuthType Basic
  AuthName "Subversion Repository"
  AuthUserFile /usr/local/apache/etc/svn-auth-file
  Require valid-user
</Location>

Authentication works when addressing via http:// and passwords are accepted just before the import fails.

I've done a couple of hours googling and double checked everything stated in the article but can't get to the root of it.

Is this indicative of a simple, easily answered problem or deep, requiring a full disclosure of every conf setting and component version number?

Regards

S Troup

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 3 04:30:28 2004

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.