[GRASS-dev] Fedora 16 6.4 release branch 49406 and RC2 failure

Hamish hamish_b at yahoo.com
Mon Nov 28 15:28:12 EST 2011


Roger wrote:
> Where should I look to see which files were 
> changed by r49360 on the server, so that I can
> compare with the ones I checked out?


the long way:
-------------

go to  https://trac.osgeo.org/grass/browser/
or https://trac.osgeo.org/grass/ and click on the
"browse source" button on the top button bar.

follow on to grass/branches/releasebranch_6_4/

scroll down to the "> gui" row

(at this point I see Martin has checked in a fix for you one hour ago)

click on the "Rev" number for that row to get to comparative
diffs.

find the appropriate row for the change, click on the [Chgset]
number for it.

that shows you changes for that revision but only within
the gui/ dir:

https://trac.osgeo.org/grass/changeset/49409/grass/branches/releasebranch_6_4/gui

cut away the right end of the URL to see all changes of that revision.

https://trac.osgeo.org/grass/changeset/49409/



the short way:
--------------

https://trac.osgeo.org/grass/changeset/<revision number>


the "Location:" line at the top shows that all changes are in fact
contained within the gui/wxpython/gui_modules/ dir in this case.



see also:
---------

in a dir:  svn log --limit 10
to a file: svn blame main.c



Hamish


More information about the grass-dev mailing list