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

Re: Weird Behaviour: Files reverted that didn't show up in a status --no-ignore

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Wed, 9 Mar 2016 10:10:44 +0100

On Sat, Mar 5, 2016 at 12:50 AM, <webster.brent_at_rogers.com> wrote:
> It was 1.8.14 client.
>
> It just said "Reverted <filename>" and the subsequent "svn status" made no
> mention of the <filename>.

Okay. I guess you cannot investigate anymore whether the content of
those files was really reverted (changed), or whether it was just some
uninteresting notification, without changing the content of the files
(for instance because the writability of the files was changed, like
Bert said: "One known case of this would be if some files were not
writable. svn revert will restore writability/non writability based on
whether a local lock is owned and/or svn:needs-lock is set, while
status doesn't report this as a modification.").

It might be interesting, in order to verify Bert's hypothesis, to
check whether those notifications happened on files with the
svn:needs-lock property or not (and whether or not the user had a lock
on them or not).

If you could reproduce this, it would be interesting to find out
whether a content change happened, or only some metadata like the
writability case.

-- 
Johan
Received on 2016-03-09 10:11:13 CET

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.