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

Re: Comparing tags and trunk dir

From: Andreas Pakulat <apaku_at_gmx.de>
Date: 2006-06-16 15:44:30 CEST

On 16.06.06 15:22:48, Luigi Paioro wrote:
> I need to compare an old tag copy of my application with the current trunk
> revision, in order to have a list of files changed. In other words I need to
> know the difference from a tagged release and the current one. How can I do?

svn diff tag-url trunk-url

will show all differences between the "head" revisions of both urls.

Maybe you should have a look at http://svnbook.red-bean.com/ as this is
a rather basic question which is surely answered in the book.

Andreas

-- 
You will be run over by a bus.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 16 15:46:10 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.