You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Reagan Penner <Re...@pmc-sierra.com> on 2006/10/24 22:26:33 UTC

How can I make svn diff show me just the names of the changed fil es, not their contents?

Hello,

I noticed that there is a "How can I make svn diff show me just the names of the changed files, not their contents?" question and answer in the Subversion FAQ. This problem is that the answer seems to be missing something?

The answer says that svn-1.4 will include a --summarize option to the diff command. Now I have svn-1.4 installed but I am having trouble using diff with -s. Here is what I am trying to do:

-> I am at the top-level of my checked out workspace and I am trying to determine what if any files have changed in my workspace with respect to a given tagged version of my workspace. So I use the following command:
 - svn diff --summarize http://path_to_repos/svn/Project/tags/tagName <http://path_to_repos/svn/Project/tags/tagName> 

This is yielding the following error (which is probably expected): svn: Not all required revisions are specified

Any help on what I am doing wrong here is greatly appreciated :)

Cheers - reagan


Re: How can I make svn diff show me just the names of the changed fil es, not their contents?

Posted by Ivan Aleman <bo...@gmail.com>.
>  - svn diff --summarize
> http://path_to_repos/svn/Project/tags/tagName
>
> This is yielding the following error (which is probably expected): svn: Not
> all required revisions are specified
>
> Any help on what I am doing wrong here is greatly appreciated :)

This works for me:

svn diff -r 576:769 --summarize

-- 
Iván Alemán

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