logo separator

[mkgmap-dev] Browsing svn history

From Marko Mäkelä marko.makela at iki.fi on Sat Jan 9 15:57:27 GMT 2010

On Fri, Jan 08, 2010 at 10:41:41PM +0000, Mark Burton wrote:
> > Another question: Is there a possibility to see the changes in the current
> > mkgmap version?
> 
> I don't know about accessing the history using SVN but you can
> browse the changes at the GIT mirror:
> 
> http://github.com/burto/mkgmap

http://svnbook.red-bean.com is your friend.

Some examples:

svn help log
svn log -r1400:HEAD|less
svn blame resources/style/default/points|less
svn update -r1400
svn update

"svn blame" shows for each line in the current working copy the revision
in which they were last changed.  It is useful when the log messages are
not that detailed.

Best regards,

	Marko



More information about the mkgmap-dev mailing list