RE: [SVN Users] SVN Status Command Line in 1.8 vs 1.7
From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 6 Mar 2014 14:57:55 +0100
The relevant change was in revision r1428637
[[
------------------------------------------------------------------------
r1428637 | julianfoad | 2013-01-03 23:13:26 +0100 (do, 03 jan 2013) | 7
Maintain vertical alignment of 'svn status' output with up to 8-digit
revision numbers being shown, when '-v' and/or '-u' options are used.
Previously the output would only remain aligned up to 6 digits; two spare
blank columns were visible but not used.
* subversion/svn/status.c
(print_status): Allow revision numbers to use all of the existing space.
Index: subversion/trunk/subversion/svn/status.c
===================================================================
--- subversion/trunk/subversion/svn/status.c (revision 1428636)
+++ subversion/trunk/subversion/svn/status.c (revision 1428637)
@@ -377,7 +377,7 @@ print_status(const char *cwd_abspath, const char *
SVN_ERR
(svn_cmdline_printf(pool,
- "%c%c%c%c%c%c%c %c %6s %6s %-12s
+ "%c%c%c%c%c%c%c %c %8s %8s %-12s
generate_status_code(prop_status),
status->wc_is_locked ? 'L' : ' ',
@@ -396,7 +396,7 @@ print_status(const char *cwd_abspath, const char *
}
else
SVN_ERR(
- svn_cmdline_printf(pool, "%c%c%c%c%c%c%c %c %6s %s%s%s%s\n",
+ svn_cmdline_printf(pool, "%c%c%c%c%c%c%c %c %8s %s%s%s%s\n",
generate_status_code(prop_status),
status->wc_is_locked ? 'L' : ' ',
------------------------------------------------------------------------
]]
If I read this correctly this should only change the output for revision
Bert
From: Adam Contardo [mailto:acontardo_at_meditech.com]
Matt,
That's an interesting proposal. Do you know if there are any
Also, is the extra space character there as a place holder for a piece
On Wed, Mar 5, 2014 at 9:52 AM, Matt McCullough
Perhaps use the --XML arg?
On Wednesday, March 5, 2014, Forest Handford <fhandford_at_meditech.com
A colleague of mine and I discovered that the location of the working
M 1167395 1164911 FHANDFORD
In 1.8 I get:
M 1167395 1164911 FHANDFORD FocZ.Subversion.C.focus
C:\ProgramData\MEDITECH\MTCM.Universe\MTCM.DEVF.Ring\!AllUsers\Sys\PgmCache\
Notice how in 1.8 working_rev is one character further left. I took a peak
Thanks,
Forest
-- Forest Handford, Supervisor Development, 781-774-5148 <tel:781-774-5148> Medical Information Technology, Inc. Mailstop: S4W186W, MEDITECH Circle, Westwood, MA 02090 -- You received this message because you are subscribed to the Google Groups "SVN Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to svn-users-group+unsubscribe_at_meditech.com <mailto:svn-users-group+unsubscribe_at_meditech.com> . Visit this group at http://groups.google.com/a/meditech.com/group/svn-users-group/. -- You received this message because you are subscribed to the Google Groups "SVN Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to svn-users-group+unsubscribe_at_meditech.com <mailto:svn-users-group+unsubscribe_at_meditech.com> . Visit this group at http://groups.google.com/a/meditech.com/group/svn-users-group/. -- Adam Contardo, Programmer Development, 781-774-5161 Medical Information Technology, Inc. Mailstop: F3N244, MEDITECH Circle, Westwood, MA 02090Received on 2014-03-06 14:58:39 CET |
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.