You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@collab.net> on 2007/05/31 21:07:22 UTC

Better RN layout for command-line client improvements?

Does someone have a better release note layout suggestion for these
misc. command-line client improvements?

On Thu, 31 May 2007, dlr@tigris.org wrote:

> Author: dlr
> Date: Thu May 31 14:03:30 2007
> New Revision: 25243
> 
> Log:
> Add new command-line section.  This section has some overlap with
> other sections (cancellation, changelist, APIs); it might be better
> off laided out differently.
> 
> * subversion/www/svn_1.5_releasenotes.html
>   (news): Add new "Command-line client improvements" line item.
>   (cmdline): Add new section, enumerating '--parents' and 'delete
>    --keep-local'.  In anticipation (commented out), also enumerate
>    'resolved --accept', 'info --merged-from', and 'info --merge-to'.
>   (apis): Reference new "cmdline" section.
> 
> 
> Modified:
>    trunk/www/svn_1.5_releasenotes.html
> 
> Modified: trunk/www/svn_1.5_releasenotes.html
> URL: http://svn.collab.net/viewvc/svn/trunk/www/svn_1.5_releasenotes.html?pathrev=25243&r1=25242&r2=25243
> ==============================================================================
> --- trunk/www/svn_1.5_releasenotes.html	(original)
> +++ trunk/www/svn_1.5_releasenotes.html	Thu May 31 14:03:30 2007
> @@ -30,6 +30,7 @@
>    <li>Cancellation improvements</li>
>    <li>Changelist support</li>
>    <li>FSFS sharding</li>
> +  <li>Command-line client improvements</li>
>    <li>JavaHL bindings improvements</li>
>    <li>Many improved APIs</li>
>    <li>More than XXX new bug fixes</li>
> @@ -197,6 +198,36 @@
>  
>  </div>  <!-- cancellation-improvements -->
>  
> +<div class="h3" id="cmdline" title="cmdline">
> +<h3>Command-line client improvements (<em>client</em>)</h3>
> +
> +<ul>
> +  <li>A <code>--parents</code> option to create intermediate
> +    directories has been added to the following sub-commands:
> +    <ul>
> +      <li>add</li>
> +      <li>copy</li>
> +      <li>move</li>
> +      <li>mkdir</li>
> +    </ul>
> +  </li>
> +
> +  <!-- ### Anticipated addition(s):
> +  <li><code>--merged-from</code> and <code>--merged-to</code> options
> +    to report on merge info have been added to the <code>info</code>
> +    sub-command.</li>
> +
> +  <li>An <code>--accept=orig|mine|repo</code> option to select which
> +    version of a path to retain has been added to the
> +    <code>resolved</code> sub-command.</li>
> +  -->
> +
> +  <li>A <code>--keep-local</code> option to retain paths locally has
> +    been added to the <code>delete</code> sub-command.</li>
> +</ul>
> +
> +</div>  <!-- cmdline -->
> +
>  <div class="h3" id="javahl-improvements" title="javahl-improvements">
>  <h3>Javahl bindings improvements</h3>
>  
> @@ -214,6 +245,9 @@
>    <li>XXX: Enumerate specific new API additions (e.g. merge info
>      retrieval?)</li>
>  
> +  <li>APIs backing the new <a href="#cmdline">Command-line client
> +    improvements</a> section have been added.</li>
> +
>    <li>Many APIs have been revised to newer versions.</li>
>  </ul>
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org