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

[PATCH] Was: Enhancement needed in svn status -u

From: Paul Burba <PaulB_at_softlanding.com>
Date: 2005-09-26 18:29:35 CEST

Here is the latest patch for improved out of date info when using svn
status -u.

The background on all of this can be found here:
http://svn.haxx.se/dev/archive-2005-08/0257.shtml

This patch incorporates the suggestions from

philip:
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=105629

and

cmpilato:
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=105633

[[[
Provide more complete server-side information about out of date items when
using svn status with -u option.

* subversion/include/svn_wc.h
  (svn_wc_status2_t): Add new fields to store the most recent revision,
    author, and commit date for an out of date item, as well as its url
    and node type.
* subversion/libsvn_wc/status.c
  include svn_time.h
  (dir_baton, file_baton): Add new fields mirroring those in
    svn_wc_status2_t.
  (assemble_status): Initialize new svn_wc_status2_t members.
  (tweak_statushash): Changed arguments, all callers changed.
    Copy out of date info into svn_wc_status2_t struct.
  (make_dir_baton, make_file_baton): Initialize new dir_baton and
    file_baton members respectively.
  (change_dir_prop, change_file_prop): Temporarily store out of
    date info in dir_baton and file_baton respectively.
]]]

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

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

Received on Mon Sep 26 18:33:16 2005

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.