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

[PATCH] Issue #3653: svn update should not output svn:external fetches if they have not been updated

From: Tijn Porcelijn <tijn.porcelijn_at_q-go.com>
Date: Fri, 26 Nov 2010 01:56:22 -0800

[[[
Improves interaction, issue #3653: svn update should not output svn:external
* subversion/svn/notify.c (notify)
  Add <path_local> to Externals messages
  Note: po files should also be updated
]]]

Hi,

Here's a small patch for making svn:externals messages a bit more informative. With the "Fetching external item into '<path_local>'" -message removed, interpretation of svn_wc_notify_update_completed messages becomes a bit less obvious. You'll see stuff like:
External at revision 20
External at revision 2321
External at revision 1082367
At revision 19
The patch improves this to read:
External 'third-party' at revision 20
External 'snapshots' at revision 2321
External 'legacy' at revision 1082367
At revision 19
See attached notify.c.patch, Thanks,

tijn

Received on 2010-11-26 10:57:32 CET

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.