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

Re: Bug: "svn diff symlink" gives error "Unable to lock '.'"

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2007-02-12 10:49:19 CET

This can be reproduced (on both Mac OS X and Linux) with:

$ svnadmin create svn
$ svn co file://`pwd`/svn wc
Checked out revision 0.
$ cd wc
$ ln -s . foo
$ svn add foo
A foo
$ svn diff
Index: foo
===================================================================
--- foo (revision 0)
+++ foo (revision 0)
@@ -0,0 +1 @@
+link .
\ No newline at end of file

Property changes on: foo
___________________________________________________________________
Name: svn:special
   + *

$ svn diff foo
svn: Unable to lock '.'
zsh: exit 1 svn diff foo

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 12 10:49:40 2007

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.