You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Se...@fujitsu-siemens.com on 2005/06/16 13:12:27 UTC

Bug: "svn st" doesn't show property modifications on a file just added

Hello,

The "svn status" command does not show a property modification for
a file just added.  Example:

	>file
	svn add file
	svn propset svn:executable '' file
	svn status file

just displays:

	A      file

The M in the 2nd column is missing.  When however committing the file:

	svn commit file

the correct info is shown in the editor:

	--This line, and those below, will be ignored--

	AM   file

The "svn status" command should give the same information.

I found this problem with Subversion 1.2.0 on Cygwin.  I use a fsfs
file system and svnserve -d (if that matters).

- Servatius

------------------------------------------------------------------------
Servatius Brandt             Phone: +49 89 636-41504
Fujitsu Siemens Computers    Fax:   +49 89 636-48716
EP SW AD C++                 Email: Servatius.Brandt@fujitsu-siemens.com

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


Re: Bug: "svn st" doesn't show property modifications on a file just added

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jun 16, 2005, at 8:12 AM, <Se...@fujitsu-siemens.com>  
<Se...@fujitsu-siemens.com> wrote:

> Hello,
>
> The "svn status" command does not show a property modification for
> a file just added.  Example:
>
>     >file
>     svn add file
>     svn propset svn:executable '' file
>     svn status file
>
> just displays:
>
>     A      file

 From day one, we've always intended for "A" to supercede "M " or "  
M" or "MM".  If a file is scheduled for addition, then it's assumed  
that all text and props are modified.  Or at least, that the fact  
that it's a new file is a general fact that supercedes details about  
whether properties are also added as well.

If the editor is showing "AM", then I think that's a bug.


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