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

Re: svn commit: r12564 - in branches/locking/subversion: clients/cmdline libsvn_wc

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-01-04 16:32:54 CET

On Sun, 2 Jan 2005, Philip Martin wrote:

> > Author: lundblad
> > Date: Sun Jan 2 11:20:54 2005
> > New Revision: 12564
> >
> > Modified:
> > branches/locking/subversion/clients/cmdline/status.c
> > branches/locking/subversion/libsvn_wc/status.c
> > Log:
> > Locking branch: Add lock token indication for tokens in the WC to svn status
> > output.
> >
> > * subversion/libsvn_wc/status.c (assemble_status, is_sendable_status): Conside
> > entries with lock tokens interesting.
> > * subversion/clients/cmdline/status.c (print_status): Print a K in the sixth
> > column if the WC has a locK toKen for the entry.
>
> > SVN_ERR
> > (svn_cmdline_printf (pool,
> > - "%c%c%c%c%c %c %6s %6s %-12s %s\n",
> > + "%c%c%c%c%c%c %c %6s %6s %-12s %s\n",
>
> Is that allowed? It might break anything that is parsing the current
> output, and the compatability rules in HACKING don't explicitly
> mention changes like this. Is the status output part of the API?
>
That's why I started the thread about this right before Christmas and
committed the proposed output format in r12534. Note that there was unused
space in the current output that I used. I don't see how that will break
compatibility.

Best,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 4 16:50:28 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.