[postgis-devel] Issues Tracker
Mateusz Loskot
mateusz at loskot.net
Fri Apr 10 07:15:35 PDT 2009
Mark Cave-Ayland wrote:
> Paul Ramsey wrote:
>
>> We've moved it again!
>>
>> The PostGIS issue tracker is now at:
>>
>> http://trac.osgeo.org/postgis/report/1
>>
>> Thanks!
>>
>> Paul
>
> Paul, this is great. A big thanks to you, Regina, Howard & Kevin for
> getting the move sorted out.
I also want to send big thanks.
> Being able to view arbitrary version diffs using trac is cool :)
Just a couple of Trac tips.
Trac can automagically recognize numbers of revisions, changesets
(commits) and tickets. It's useful to use while commenting tickets
and for svn commit log messages.
A few examples:
- commit fix for bug/ticket 77
svn ci -m "Fixed the big bug (#77)"
Trac will automagically generate link to ticket 77 on all pages that
display this commit log.
- linking to revisions/changesets from commit logs
svn ci -m "Forgot to fix EOL in previous commit r1234"
or in ticket comments
I believe it has been fixed in r1234
- linking to files in Trac source browser
[source:/trunk/postgis/postgis.sql.in.c postgis.sql]
- linking directly to particular line in a file with revision specified
[source:/trunk/postgis/postgis.sql.in.c at 3939#L10 in this line]
More examples here:
http://trac.osgeo.org/postgis/wiki/TracLinks
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
More information about the postgis-devel
mailing list