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

Re: svn commit: r18757 - trunk/www

From: <kfogel_at_collab.net>
Date: 2006-03-08 03:29:08 CET

offby1@tigris.org writes:
> Log:
> * www/faq.html (terse-diff): New section.
>
> Modified: trunk/www/faq.html
> Url: http://svn.collab.net/viewcvs/svn/trunk/www/faq.html?rev=18757&p1=trunk/www/faq.html&p2=trunk/www/faq.html&r1=18756&r2=18757
> ==============================================================================
> --- trunk/www/faq.html (original)
> +++ trunk/www/faq.html Tue Mar 7 10:38:53 2006
> @@ -134,6 +134,8 @@
> <li><a href="#bdb-fsfs-convert">How do I convert my repository from using BDB
> to FSFS or from FSFS to BDB?</a></li>
> <li>How does Subversion handle binary files?</li>
> +<li><a href="#terse-diff">How can I make <tt>svn diff</tt> show me
> + just the names of the changed files, not their contents?</a></li>
> </ul>
>
> <h4>Troubleshooting:</h4>
> @@ -2117,6 +2119,13 @@
> unrelated to the diffing method used by the 'svn&nbsp;diff'
> command.</p>
>
> +</div>
> +
> +<div class="h3" id="terse-diff" title="terse-diff"><h3>How can I
> + make <tt>svn diff</tt> show me just the names of the changed
> + files, not their contents?</h3>
> +<tt>svn diff</tt> doesn't have an option to do this, but <tt>svn log
> + -vq</tt> does exactly what you want.
> </div>

'svn log' will do what you want if you want the summary diff for one
revision, but not if you want a summary diff between two arbitrary
revisions. Maybe this would be worth explaining?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 8 05:16:19 2006

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.