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

checkout with a relative link to a file with svn:needs-lock fails

From: Michael Thompson <Michael.Thompson_at_s3group.com>
Date: 2006-10-10 11:27:31 CEST

Hi,
    If a repository contains a link to a file that has the property
svn:needs-lock then the checkout can fail. Here is a recipe to re-create
the problem and I'm using svn, version 1.3.0 (r17949).

svnadmin create /proj/msip65/svn/bug
svn co file:///proj/msip65/svn/bug
cd bug
mkdir NETLIST
mkdir df2
mkdir df2/rundir
cd df2/rundir/
touch cds.lib
cd ../../
cd NETLIST/
ln -s ../df2/rundir/cds.lib .
cd ..
svn add *
svn commit -m "Create links"
svn propset -R svn:needs-lock true *
svn commit -m "Set needs lock"
cd ..
svn co file:///proj/msip65/svn/bug bug_co

Which gives the following

A bug_co/NETLIST
A bug_co/NETLIST/cds.lib
svn: In directory 'bug_co/NETLIST'
svn: Can't change read-write perms of file 'bug_co/NETLIST/cds.lib': No such file or directory

Regards, Michael

The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s).
Please direct any additional queries to: communications@s3group.com.
Thank You.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 10 11:28:09 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.