[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Java in the post-commit hook does not work with http

From: kkrikor <krikor.krumlian_at_gmail.com>
Date: 2006-12-16 05:01:42 CET

Here's the use case

1. I do svn co file:///var/www/svnroot/project/trunk p1
2. I modify a file and then commit
3. The hook successfully executes a java command

NOW

1. I do svn co http://192.168.1.1/repo/project/trunk p2
2. I modify a file and then commit
3. The hook does not execute the java command it fails with the following
message

There was an error trying to initialize the HPI library.
Please check your installation, HotSpot does not work correctly
when installed in the JDK 1.2 Linux Production Release, or
with any JDK 1.1.x release.

Any thoughts ?

-- 
View this message in context: http://www.nabble.com/Java-in-the-post-commit-hook-does-not-work-with-http-tf2830811.html#a7903183
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 16 05:02:20 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.