You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Glasser <gl...@davidglasser.net> on 2008/03/03 22:53:30 UTC

Re: svn commit: r29685 - trunk/www

On Mon, Mar 3, 2008 at 2:36 PM,  <hw...@tigris.org> wrote:
> Author: hwright
>  Date: Mon Mar  3 14:36:22 2008
>  New Revision: 29685
>
>  Log:
>  * www/svn_1.5._releasenotes.html
>   (cmdline):  Add a UI note about '-N' meaning '--depth=files'.

Might as well add -R = infinity too.

Oh, and um.  Ha ha ha.  -N means files, immediates, or empty depending
on context :-)  For example, it's "immediates" for status, "empty" for
revert and add", and "files" for everything else.

--dave

>  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=29685&r1=29684&r2=29685
>  ==============================================================================
>  --- trunk/www/svn_1.5_releasenotes.html (original)
>  +++ trunk/www/svn_1.5_releasenotes.html Mon Mar  3 14:36:22 2008
>  @@ -664,6 +664,10 @@
>
>    <li>A <code>--keep-local</code> option to retain paths locally has
>      been added to the <code>delete</code> sub-command.</li>
>  +
>  +  <li>A <code>--depth</code> option has been added to support <a
>  +    href="#sparse-checkouts">sparse checkouts</a>.  <code>-N</code> is now
>  +    just a synonym for <code>--depth=files</code>.
>   </ul>
>
>   <p>XXX: More...</p>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>  For additional commands, e-mail: svn-help@subversion.tigris.org
>
>



-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/

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

Re: svn commit: r29685 - trunk/www

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
David Glasser wrote:
> On Mon, Mar 3, 2008 at 2:36 PM,  <hw...@tigris.org> wrote:
>> Author: hwright
>>  Date: Mon Mar  3 14:36:22 2008
>>  New Revision: 29685
>>
>>  Log:
>>  * www/svn_1.5._releasenotes.html
>>   (cmdline):  Add a UI note about '-N' meaning '--depth=files'.
> 
> Might as well add -R = infinity too.
> 
> Oh, and um.  Ha ha ha.  -N means files, immediates, or empty depending
> on context :-)  For example, it's "immediates" for status, "empty" for
> revert and add", and "files" for everything else.

Thanks.  Hopefully r29688 gets it right.

-Hyrum