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

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

From: <Servatius.Brandt_at_fujitsu-siemens.com>
Date: 2005-06-16 15:12:27 CEST

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
Received on Thu Jun 16 15:16:28 2005

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.