cooperation

Best way to integrate Git with Ant?

I am looking for the best way to integrate Git with Ant. Is there a widely used Ant task for Git? Does anyone have any experience using Git through Ant (e.g. dedicated task, exec call, etc)? ...

Working in sync with SVN upstream

I'm working on a project that is using code from an OpenSource project. One of the requirements is to push as much code back to upstream as possible. The remote project is using Subversion (not very well). My current setup looks like this: [Remote SVN] (git svn fetch)-> [My public Git] <-(push/pull)-> [My dev. Git] ...