I am setting up a CI environment and started using Hudson.
        Instead of having hudson poll svn every x minutes for any
        updates, I went on to use 'svn post commit hook' that notifies
        hudson of any commits. 
      
      I could see the following, StringIndexOutOfBoundsException:
          String index out of range: -3, error from the
        container logs.
       
      Is this a bug in the plugin? Is there a fix available, that I
        can use?
      
       
      Please suggest.
       
        
        ..........
        ...................
        org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
        
        at
          org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        
        at java.lang.Thread.run(Thread.java:662)
          Caused by: java.lang.StringIndexOutOfBoundsException: String
          index out of range: -3 at
          java.lang.String.substring(String.java:1937) 
        at
          java.lang.String.substring(String.java:1904) at
          hudson.scm.SubversionRepositoryStatus.doNotifyCommit(SubversionRepositoryStatus.java:70)
          ... 
          
          Note: I am attaching the complete exception.
         
        Appreicate your hlep!
        -Naveen
       
      
      
      
      _______________________________________________
hudson-dev mailing list
hudson-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/hudson-dev