Sign-in

LiquidPlanner
30-day free trial
30-second sign-up

About our forums

Our forum platform uses a separate login to identify you; it's not the same as your LiquidPlanner application login.

>> Login to the forums now 

If you wish to post and subscribe to change notifications, you will need to create a forum account.

After you login, you can access your profile by clicking your name floating at the top of the page. Clicking your name will also allow you to subscribe to e-mail change notification messages for the section you are currently looking at. 

Note, the forums are a public area. Do not post any private workspace content.

Join the LiquidPlanner Developer Forum > svn post commit hook?

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

July 5, 2010 | Registered CommenterAaron Rosenbaum

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.

July 5, 2010 | Registered CommenterAdam

Status?

July 14, 2010 | Registered CommenterAaron 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.

July 14, 2010 | Registered CommenterAdam

Any news on the SVN hooks?

September 22, 2010 | Registered CommenterWill Iverson

Will,
Adam is traveling until next week. I've asked another Dev if they know the status.

September 22, 2010 | Registered CommenterCharles Seybold

Engineering tells me that the SVN API example is scheduled to be published in about a week.

September 23, 2010 | Registered CommenterCharles Seybold

Published yet? Can't wait.

November 6, 2010 | Registered CommenterMike 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/

November 6, 2010 | Registered CommenterAdam