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

Re: svn log -v and status of affected paths: 2 columns?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 06 Jun 2008 15:47:45 -0400

Eric Gillespie wrote:
> "C. Michael Pilato" <cmpilato_at_collab.net> writes:
>
>> Oops -- I mispoke earlier when I said that this information already=20
>> available in the log structures. What you get today is just "props=20
>> were/weren't changed", not the full added/modified/deleted status for=20
>> properties.
>
> svn_log_entry_t doesn't have anything at all about properties,
> only action (char) and copyfrom.

WHAT?! Oh, that's *right*. The prop_mod flag is in the
svn_fs_path_change_t, and we drop that when creating svn_log_changed_path_t
from it. Bummer.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-06-06 21:47:59 CEST

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.