[LLVMdev] SVN/Git Mirror Hooks

Owen Anderson resistor at mac.com
Mon Dec 12 10:01:02 PST 2011


On Dec 12, 2011, at 9:40 AM, David A. Greene wrote:

> How does the LLVM server keep the git svn mirror up to date?  Are there
> hooks in the svn server that automatically update the git mirror?  If
> so, are any of these tools public?

Assuming it hasn't change significantly since Anton and I set it up originally, it's really very simple.  There's a post-commit hook in the SVN repository that fires off git-svn to update the mirror.  Since they're both on the same machine, it's a totally local operation.

--Owen



More information about the llvm-dev mailing list