Re: getting a few information on the last repositories changes
From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 17 Oct 2008 18:40:59 -0500
On Oct 17, 2008, at 17:37, Luca Ferrari wrote:
> I'd like to get the list of changed pathes between two tags (and
Getting the changed paths between two revisions (e.g. r100 and r200)
svn log -r 100:200 -q -v $REPO
or:
svn diff --summarize -r 100:200 $REPO
Getting the changed paths between two tags is hard, because a tag is
> Moreover, is it possible to query the repository and see all the last
There is not a built-in way to do that. You could use "svn log" over
---------------------------------------------------------------------
|
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.