You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Toni Mueller <su...@oeko.net> on 2003/07/31 17:11:25 UTC

diff fails - is it me?


Hello,

I'd like to diff my local tree of freeradius. After doing a compile
round, I have a lot of temporary files and directories lying around,
which I'd like to ignore for the purpose of generating a diff over
the complete source (like in CVS: in the top level dir, say
"svn diff" instead of "cvs diff -u"). But the following results:

$ svn diff -r 19
svn: Working copy not locked
svn: directory not locked
(src/modules/rlm_eap/types/rlm_eap_leap/.libs)


The problem persists after I deleted the offending directory with
rm -fr, and also "make distclean".


This is with subversion as in Debian unstable (0.25-0.1).


Best,
--Toni++


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: diff fails - is it me?

Posted by Philip Martin <ph...@codematters.co.uk>.
Toni Mueller <su...@oeko.net> writes:

> $ svn diff -r 19
> svn: Working copy not locked
> svn: directory not locked
> (src/modules/rlm_eap/types/rlm_eap_leap/.libs)

I expect 'svn status' will show that the .libs directory is versioned
and missing.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org