[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: Bernd Büttner <b.buettner_at_mkc-gmbh.de>
Date: 2006-09-05 15:56:35 CEST

Ryan Schmidt schrieb:
> On Sep 5, 2006, at 13:56, Bernd Büttner wrote:
>

>> 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

I tried it. No change in result.

>
> 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?
>
There is a ServerAlias in the configuration, I tried the complete address anyway -> no change.
What can you say to my guess about the PROPFIND return?

---------------------------------------------------------------------
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:59:13 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.