Firebird github mirror is back

Adriano dos Santos Fernandes wrote on firebird-devel about the github mirror for svn (it wasn’t updated sice December)

I have manually pushed (*) the changes and I believe it will push
automatically since now.

* Due to the fact that sourceforge accepted some commits on the older
SVN repository, and that commits were already pushed to GIT, I had to
force push now, so the latests commits have changed. Not a good thing,
but no better way to do it. I hope it still works. 🙂

Old svn repo is closed after the SF migration , Use the new one

Please use ‘svn checkout svn://svn.code.sf.net/p/firebird/code/firebird/trunk’ to get fresh source code

Or use the git mirror

git clone git://github.com/asfernandes/firebird.git

 

 

How to Query the Firebird Fisheye

Now in Firebird Fisheye you can create queries on the source code repository
For example here is how to get the changes with “Misc” comments

select revisions from dir /firebird2/src where (is head and comment matches “Misc”) group by changeset return path, revision, author, date, csid