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

Re: Release Management

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2005-12-20 04:23:57 CET

On 12/19/05, chinmayareddy@gmail.com <chinmayareddy@gmail.com> wrote:
> Hi,
>
> Can anyone please tell me what commands to use to achieve the following.
>
> 1) I need to put tag for every release so that I can revert back (checkout)
> to old one any time

Make tags when you cut a release.
http://svnbook.red-bean.com/en/1.0/ch04s06.html

> 2) Would like to diff the changes between 2 releases, would like to know
> what files have been added , modified or deleted.

svn diff <tag1-URL> svn diff <tag2-URL>

svn diff reference -> http://svnbook.red-bean.com/en/1.0/re09.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 20 04:26:09 2005

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.