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

Re: Did anything change?

From: Damir Shayhutdinov <damir_at_tecon.ru>
Date: 2006-03-10 17:22:04 CET

On Fri, Mar 10, 2006 at 11:16:40AM -0500, John Calcote wrote:
> We used to use CVS revisions to determine if anything had changed in a
> given line since the last nightly build. Now with subversion and
> multiple branches, it's difficult to do it the same way because
> subversion revs the tree even if nothing changed in a given branch.
>
> Can anyone give me a tip or two on how to use svn commands to determine
> if something in a given branch changed?

svn log <branch url> -r<prev_number>:HEAD
Will show commit messages of changes made in branch from revision
<prev_number>.

You can also use date to point previous revision, see svn log --help.

-- 
WBR,
Damir Shayhutdinov
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 10 17:29:23 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.