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

Re: Can't find a temporary directory error

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-14 09:40:00 CET

Let's keep the discussion on the mailing list please.

On Mar 14, 2007, at 03:23, M Kili wrote:

> On 3/14/07, Ryan Schmidt wrote:
>
>> On Mar 14, 2007, at 02:23, M Kili wrote:
>>
>> > strace reveals svn tries to open files in /wwwroot/htdocs/svn/app,
>> > ignoring SVNPath. It still finds db directory correctly in
>> > /svnroot/app/db/current
>>
>> Does it show what files svn attempts to open in /wwwroot/htdocs/svn/
>> app? Does that directory exist? If so, do those files exist?
>
> This is the list:
> stat64("/wwwroot/htdocs/svn/app", 0xbfffe7dc) = -1
> stat64("/wwwroot/htdocs/svn/app/!svn/vcc/default", 0xbfffe7dc) = -1
> stat64("/wwwroot/htdocs/svn/app/!svn/bln/199", 0xbfffe7dc) = -1
> stat64("/wwwroot/htdocs/svn/app/!svn/vcc/default", 0xbfffe7dc) = -1
>
> first one is there more than once.

That "!svn/..." stuff is the URLs Subversion uses internally... It
seems odd to me that it would try to find such files on the hard
drive, anywhere, since there aren't any such files. Then again, I
haven't looked at the Subversion source code (and couldn't understand
it if I did) so I don't know what it's doing or what it's supposed to
be doing. Maybe someone else will know and reply.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 14 09:40:31 2007

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.