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

Re: impossible to import single files

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-05 15:39:18 CEST

On Sep 5, 2006, at 13:56, Bernd Büttner wrote:

> First try with svn.exe:
> svn import "D:\Eigene Dateien\Eigene Webs\Verleih\trunk" http:\\svn
> \test\trunk
> Got an error-return that told me that no external error and no
> message was given.
> Second try:
> svn import -m "IMPORT" --editor-cmd C:\WINDOWS\notepad.exe "D:
> \Eigene Dateien\Eigene Webs\Verleih\trunk" http:\\svn\test\trunk
> Got following error:
> svn: PROPFIND Anfrage fehlgeschlagen auf '/test/trunk/
> wnd_delete_php_error.log'
> svn: could not open the requested SVN filesystem
>
> The results in the apache error-log and the svn-access-log are
> exactly the same as with TortoiseSVN
>
> In my opinion the problem is in the following line aof the svn-
> access-log:
> 172.16.0.10 - - [05/Sep/2006:12:17:43 +0200] "PROPFIND /test/trunk/
> wnd_delete_php_error.php HTTP/1.1" 500 239 "-" "SVN/1.3.2 (r19776)
> neon/0.25.4"
>
> The PROPFIND command is for a file that can't be present on the
> server.
> That is ok. But the return shows http-result 500, which - i think -
> is wrong. On the system I'm running at home the same PROPFIND
> command is running, but the http-result is 404, which means file
> not found, and the import is done well.

Well, there should be forward slashes, not backslashes, in URLs:

http://svn/test/trunk

And have you tried using the hostname you specified in the ServerName
directive instead of "svn"?

http://svn.intern.mko-gmbh.de/test/trunk

If you want to be able to use the alias "svn" then you'll probably
have to add the directive "ServerAlias svn". Or have you already done
that?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 5 15:41:10 2006

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.