Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Josh H

    (@josh-h)

    I’m trying to dig through it, the problem appears to be with the phpsvnclient library and not the plugin directly.

    Thread Starter Josh H

    (@josh-h)

    the foreach loop in the getFileLogs function of phpsvnclient.php never processes the last entry since it adds them when it finds the biginning of the next one (which never happens for the last one)

    you can fix this problem by adding a final “$logs[] = $tmp” after the end of the loop to get the last item added into the array.

    Thread Starter Josh H

    (@josh-h)

    It looks like the latest version of phpsvnclient has been modified quite a bit, replacing it would likely fix the problem as well though the plugin would also need some additional work since setRepository() has been depreciated.

    Thread Starter Josh H

    (@josh-h)

    verified replacing the contents of the phpsvnclient folder in includes with the current version of phpsvnclient also resolves the problem and does not require any further modification to the plugin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Ultimate-Subversion] Commit messages are behind by 1 revision’ is closed to new replies.