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

svn status and log template inconsistant

From: Michael Hordijk <hoffbrinkle_at_hotmail.com>
Date: 2003-12-15 20:57:02 CET

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
Received on Mon Dec 15 20:58:56 2003

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.