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

Re: svn commit: r1308276 - /subversion/site/publish/faq.html

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 2 Apr 2012 17:12:40 +0300

stsp_at_apache.org wrote on Mon, Apr 02, 2012 at 09:53:06 -0000:
> Author: stsp
> Date: Mon Apr 2 09:53:05 2012
> New Revision: 1308276
>
> URL: http://svn.apache.org/viewvc?rev=1308276&view=rev
> Log:
> * site/publish/faq.html
> (hidden-log): Mention the ^/ URL short cut here.
>
> Modified:
> subversion/site/publish/faq.html
>
> Modified: subversion/site/publish/faq.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1308276&r1=1308275&r2=1308276&view=diff
> ==============================================================================
> --- subversion/site/publish/faq.html (original)
> +++ subversion/site/publish/faq.html Mon Apr 2 09:53:05 2012
> @@ -3508,7 +3508,12 @@ is still at r7, you do not see the log i
>
> <ol>
> <li>Run '<tt>svn&nbsp;log&nbsp;-rHEAD</tt>'.</li>
> -<li>Run '<tt>svn&nbsp;log&nbsp;URL</tt>', where URL is the repository URL.</li>
> +<li>Run '<tt>svn&nbsp;log&nbsp;URL</tt>', where URL is the repository URL.
> + If the current directory is a working copy you can use <tt>^/</tt>
> + as the URL to save some typing: <tt>svn&nbsp;log&nbsp;^/</tt></li>
> +<li>Run '<tt>svn&nbsp;log&nbsp;URL</tt>', where URL is the URL of the
> + subdirectory you want to see the log for, for example:

Wondering if we should say "the full or ^/-abbreviated URL" so that
people who don't know what a URL is aren't mislead to think that ^/foo
is a URL.

> + <tt>svn&nbsp;log&nbsp;^/trunk</tt></li>
> <li>Ask for just that file's log information, by running
> '<tt>svn&nbsp;log&nbsp;foo.c</tt>'.</li>
> <li>Update your working copy so it's all at r20, then run
>
>
Received on 2012-04-02 16:13:22 CEST

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.