You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Hordijk <ho...@hotmail.com> on 2003/12/15 19:57:02 UTC

svn status and log template inconsistant

Search through the mailing list and the issue tracker, but I couldn't seem
to find this propblem.  I remember that it may have been discussed recently,
but I can't find it in my archives.

I seem to have found an inconsistancy in svn status and the default log
template.  I have added a directory to my working copy via svn add, and then
added an svn:externals property to that.  When I use svn status, it only
shows that the directory is being added, not that any properties are being
set.  The following three commands show that a directory is scheduled to be
added, and that it has properties associated with it:

>svn status
A      inc

>svn proplist inc
Properties on 'inc':
  svn:externals

>svn propget svn:externals inc
divcomb         https://reliant.local/svn/atg/divcomb/trunk
mps             https://reliant.local/svn/atg/mps/trunk

    Then when I go to commit and get the log message template in Emacs:

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

AM   inc

    Which shows that I have modified properties.  Obviously not a show
stopper by any means, just a minor inconsistancy.  This is with svn 0.34,
Apache 2.0.49+, etc.  Client is on a Windows 2000 box, server is Linux.
Should these two items be consistant?  Should svn status show that
properties have been set on a directory that is scheduled for addition?

- hoffer

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