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

Re: "M_" in status

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-10-17 07:35:03 CEST

andreas.koenig@anima.de (Andreas J. Koenig) writes:
> Since I made changes in my working copy of svn I get some "M_" in the
> first column of the output of the status command:
>
> svn status -u
> M 3380 Makefile.in
> M_ 3380 doc/handbook/appendices.texi
> M_ 3380 doc/handbook/client.texi
> M_ 3380 doc/handbook/getting_started.texi
> M_ 3380 doc/handbook/repos_admin.texi
> Head revision: 3380
>
>
> This looks like a bug or maybe an undocumented feature, at least as an
> inconsistency. What else could it be?

This was a decision made a loooooooong time ago that, IMO, should be
changed. The point was that CVS users didn't know about properties,
so when they modified a file, we'd show an underbar if the file had
properties--even if the properties weren't modified.

So if you do a proplist on the file in question:

pantheon:~/svn-work/subversion/$ svn proplist doc/handbook/repos_admin.texi
Properties on 'doc/handbook/repos_admin.texi':
  svn:eol-style

You'll see that it has a property set. Does that make sense?

Anyway, if you wouldn't mind submitting a patch to eliminate that, I'll
be glad to commit it if no one has any objections.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 07:35:41 2002

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.