My pre-commit hook is failing with this stack trace:

java.lang.IllegalStateException
   at java.nio.charset.CharsetDecoder.decode(libgcj.so.10)
   at org.tmatesoft.svn.core.internal.io.fs.FSFile.readLine(FSFile.java:134)
   at
org.tmatesoft.svn.core.internal.io.fs.FSFile.readProperties(FSFile.java:180)
   at
org.tmatesoft.svn.core.internal.io.fs.FSFS.getTransactionProperties(FSFS.java:1039)
   at
org.tmatesoft.svn.core.wc.admin.SVNLookClient.doGetLog(SVNLookClient.java:480)
   at <my own pre-commit hook code>

According to the NIO documentation, CharsetDecoder.decode() will throw an
IllegalStateException if it is called in an impermissible sequence with
other CharsetDecoder calls. Is that what's going on in this case? Is there
anything I can do to avoid this error?

Thanks for any help,

    Andy Cohen




--
View this message in context: 
http://subversion.1072662.n5.nabble.com/IllegalStateException-from-SVNLookClient-doGetLog-tp175880.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.

Reply via email to