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

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

From: Reagan Penner <Reagan_Penner_at_pmc-sierra.com>
Date: 2006-10-25 01:31:21 CEST

Hi Ivan,

If I use the -r notation then I can get --summarize to work as well. I guess it's not so much an issue with --summarize as it is an issue with trying to diff a workspace against a specific URL. I my case I need to try and determine what has changed in my worksapce compared with a specific tag I don't actually know the revision number so I can't use -r xxx:yyy.

Any help would be greatly appreciated - reagan

-----Original Message-----
From: Ivan Aleman [mailto:bonovoxmofo@gmail.com]
Sent: Tuesday, October 24, 2006 4:50 PM
To: users@subversion.tigris.org
Subject: Re: How can I make svn diff show me just the names of the changed fil es, not their contents?

> - 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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 25 01:32:08 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.