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

Re[2]: MOD_DAV_SVN bug ? Error add file in repository

From: Kibets Alexander <kibez_at_uamap.net>
Date: 2004-11-16 11:56:22 CET

BC> Kibets Alexander wrote:

>>Here is how there is a error:
>>---------------------------------------------------------------------------------
>>
>>D:\eee>svn checkout https://svn2.kigli.org.ua/test3 --username=test --password=t
>>A test3\xxxx
>>A test3\xxxx\foo.txt
>>A test3\zzzz
>>Checked out revision 4.
>>
>>copy C:\add.txt D:\eee\test3\zzzz\add.txt
>>
>>D:\eee\test3\zzzz>svn add add.txt
>>A add.txt
>>
>>D:\eee\test3\zzzz>svn status
>>A add.txt
>>
>>D:\eee\test3>svn commit --message "created xxxx\foo.txt" --username=test
>>Adding zzzz\add.txt
>>svn: Commit failed (details follow):
>>svn: PROPFIND request failed on '/test3/zzzz/add.txt'
>>svn:
>>Could not open the requested SVN filesystem
>>
>>
BC> I don't understand this at all, especially the following error:

>>[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] (20014)Error string not specified yet: Can't open file '/home/svn/a/format': No such file or d
>>irectory
>>
>>
BC> In your earlier post, you showed the apache configuration with gives
BC> SVNParentPath as /a/home/svn. I have no idea where this path came from.

BC> Is it possible that there's a problem with the virtual host conguration
BC> and UseCanonicalName?

BC> I must admit I can't figure out what's wrong. Anyone?

BC> -- Brane

I have understood what a error!

If to execute CHECKOUT directories containing ADDITION files
SVN tries to find a repository in a directory/home/svn/a/
(the repository is in a folder/home/svn/test3/format)

Thus the NAME of the REPOSITORY HAS no VALUE!!!!!!!!!!

The NAME of the REPOSITORY is replaced on "a"

/home/svn/test1/->/home/svn/a/
/home/svn/test2/->/home/svn/a/
/home/svn/test3/->/home/svn/a/

Most likely a error in MOD_DAV_SVN

Unfortunately will be come to use ALWAYS only ONE repository :(
/home/svn/a/a link on/home/svn/test3/

Thanks for the help!!!!

-- 
Ñ óâàæåíèåì,
Kèáåö Àëåêñàíäð
e-mail:kibez@uamap.net
t. 2278723
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 16 11:58:34 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.