You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Knut Anders Hatlen <kn...@oracle.com> on 2011/06/18 15:25:03 UTC

Git mirror for Derby

Hi all,

The infrastructure team has set up a read-only Git mirror of the Derby
code repository at http://git.apache.org. The Git repository will be
useful when doing code archaeology, since you'll have the entire history
stored locally so log, blame/annotate, diffing old revisions and binary
search should be a lot faster than doing the same operations against the
Subversion repository. It may also be a useful tool for managing patches
when working on multiple issues.

Some links to get started:

http://www.apache.org/dev/git.html
http://wiki.apache.org/general/GitAtApache

-- 
Knut Anders

Re: Git mirror for Derby

Posted by Knut Anders Hatlen <kn...@oracle.com>.
Knut Anders Hatlen <kn...@oracle.com> writes:

> Hi all,
>
> The infrastructure team has set up a read-only Git mirror of the Derby
> code repository at http://git.apache.org. The Git repository will be
> useful when doing code archaeology, since you'll have the entire history
> stored locally so log, blame/annotate, diffing old revisions and binary
> search should be a lot faster than doing the same operations against the
> Subversion repository. It may also be a useful tool for managing patches
> when working on multiple issues.
>
> Some links to get started:
>
> http://www.apache.org/dev/git.html
> http://wiki.apache.org/general/GitAtApache

A quick update: I cloned the Git mirror and followed the instructions in
the above links on how to commit changes from Git to the Subversion
repository. I tested it out with the patch for DERBY-5217, and the
changes appear to have been successfully propagated to the Subversion
repository after running "git svn dcommit":
http://svn.apache.org/viewvc?view=revision&revision=1137213

-- 
Knut Anders