Join the LiquidPlanner Developer Forum > svn post commit hook?
Hi Aaron,
We have subversion hooks we use internally. I will take a look at them and see what would need to be done to publish them shortly.
Adam
Status?
Aaron Rosenbaum
I'm working on getting it cleaned up for the public.
I just published the source for our Ruby API to GitHub, and the ruby gem to RubyGems.org.
Adam
Any news on the SVN hooks?
Will Iverson
Will,
Adam is traveling until next week. I've asked another Dev if they know the status.
Charles Seybold
Engineering tells me that the SVN API example is scheduled to be published in about a week.
Charles Seybold
Published yet? Can't wait.
Mike Hardy
Hi Mike,
We have some examples in the LiquidPlanner ruby gem hosted on GitHub. Take a look at svn-post-commit.sh and post-commit.rb. The post-commit.rb does all the hard work, svn-post-commit.rb just provides the hook that subversion expects. It should be possible to modify it to work with git, mercurial, or any other scm.
The examples are available at: https://github.com/LiquidPlanner/LiquidPlanner/tree/master/examples/
Adam



Or Git or any scc integration? Don't really want to write my own but this seems like the place to talk about this....