Do we have a prop-time bug?
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-03 19:33:52 CET
Hello
If I run the following status command on my Subversion working copy
$ strace -e trace=open svn st ../svn 2>&1 > /dev/null | grep /prop-base/
then I see all the prop-base files that get opened. Given that I have
Typically I see lines like
open("../svn/tools/examples/.svn/prop-base/svnlook.py.svn-base", O_RDONLY) = 3
and when I examine ../svn/tools/examples/.svn/entries I see
<entry
Can anyone else reproduce this? I'm interested mainly in those who
Next, if I run the command
$ strace -e trace=open svn st ../svn 2>&1 > /dev/null | grep dir-prop-base
I get a list of the dir-prop-base files that get opened. Here there
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Mar 3 19:34:44 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.