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

Re: repost: "No such file or directory" on checkout leaves locks....

From: Wade Hampton <wade.hampton_at_nsc1.net>
Date: 2004-12-02 23:02:42 CET

Some more info:

>>
>> touch aversion.sh
>> chmod +x aversion.sh
>> ${SVN} add aversion.sh
>
.svn/props/aversion.sh.svn-work now exists with:

K 14
svn: executable
V 1
*
END

>> ${SVN} rm --force new_file
>
Now .svn/props/aversion.sh.svn-work still exists, no change,
when it should be deleted (right?).

>> ln -s orig_file new_file
>> # The '--force' below is not actually necessary.
>> ${SVN} add --force new_file
>
.svn/props/aversion.sh.svn-work now contains the additional special:
K 14
svn: executable
V 1
*
K 11
svn:special
V 1
*
END

oops....

I also verifed that the same problem occurs when I build version 1.1.1 from
tarball and use it for my client (modified the config.sh file to define
${SVN}).

Hope these help.... heading out... until tomorrow,

--
Wade Hampton
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 2 23:05:01 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.