Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-05-09 Thread Christoph Kutzinski
Linards, if your business is critically depending on this plugins stability, you should do testing on your side before updating the plugin anyway. Besides that, Jenkins developers definitely do not intend to screw up plugins. thanks Christoph Am 06.05.2013 15:56, schrieb

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-05-09 Thread Wino Tu
Hi, If I could link in the svnkit correction matter I found that in file svnkit\src\main\java\org\tmatesoft\svn\core\wc\SVNEvent.java there is something like this: line 419: public SVNExternal getExternalInfo() { return *myExternalInfo*; } public SVNExternal

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-05-08 Thread Kenny Ayers
HX_unbanned, I demonstrated the bug reproduction steps and testing methodology above, and the fix was submitted and accepted by SVNKit here: http://issues.tmatesoft.com/issue/SVNKIT-368 You can see the commit was made to trunk here:

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-05-06 Thread linards . liepins
meeging is good, but NOT SCREWING UP with the consequences this change can cause I would suggest to do extensive testing. Some bussinesses rely on this pligins stability... -- Sent from my Nokia N9 On 02/05/2013 10:05 Kenny Ayers wrote: KK - any word on integrating this pull request?

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-05-02 Thread Kenny Ayers
KK - any word on integrating this pull request? On Friday, April 26, 2013 3:48:43 PM UTC-7, Kenny Ayers wrote: Ah, I see... perhaps I can bribe him with mail-order cookies or beer or something... I'll do a pull request on my change, and see if that gets the ball rolling. Thanks for the

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Stephen Connolly
Traditionally, the jenkins fork is maintaining a (hopefully) smaller set of patches on top of the upstream version. The aim is to get the set of patches to zero and then drop the fork. With reference to the above aim, my preference would be to get it in upstream rather than add to our current

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Kenny Ayers
theother...@gmail.com javascript: *An:* jenkin...@googlegroups.com javascript: *Betreff:* A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents Hi folks, *Short Version:* I may have a fix for Jenkins-14551 ( https://issues.jenkins-ci.org/browse/JENKINS-14551

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Kenny Ayers
Hey Stephen, Alexander Kitaev from SVNKit has peer-reviewed this change and has rolled it into the upstream libraries, and the new binaries are available here: http://teamcity.tmatesoft.com/viewLog.html?buildId=6105tab=artifactsbuildTypeId=bt43

Re: A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-26 Thread Kenny Ayers
Ah, I see... perhaps I can bribe him with mail-order cookies or beer or something... I'll do a pull request on my change, and see if that gets the ball rolling. Thanks for the replies, Kenny On Friday, April 26, 2013 2:45:04 PM UTC-7, Stephen Connolly wrote: The process I usually follow is

A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-25 Thread Kenny Ayers
Hi folks, *Short Version:* * * I may have a fix for Jenkins-14551 ( https://issues.jenkins-ci.org/browse/JENKINS-14551). I've submitted this potential resolution to SVNKit as well as their 1.7.6 SVN branch has the same issue (http://issues.tmatesoft.com/issue/SVNKIT-368). I've compiled the