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

Unable to import files via Tortoise SVN

From: Philipp Klein <philipp_klein_at_gmx.net>
Date: 2004-02-27 20:59:55 CET

Hi,

as the topic already says, I'm unable to import files via Tortoise SVN.
Everytime I try to do this, i get the following error:
--snip--
PROFIND request failed on '/testimport'
PROFIND of '/testimport': 301 Moved Permanently (http://myurl.org:8080)
--snip--
After some time of googling, I found out that there may be some overlapping
stuff in the httpd.conf, which causes the error. But in my httpd.conf, there
is no overlapping stuff.
I used the default httpd.conf and the only thing I put in are these 3 lines:
--snip--
<Location /testimport>
        DAV svn
        SVNPath /home/phil/httpd/htdocs/testimport
</Location>

--snip--

Somebody who has a clue, how to get this stuff working?
Thanks in advance, phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 27 20:59:24 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.