Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-29 Thread Kenny Ayers
Hey Chris, After looking at the tmatesoft codebase, I now understand what you are saying. These functions only exist in the Jenkins SVNKit fork. It does appear to be a bug, although I don't see where this function is called anywhere else in the code base. I grepped through the entire repo,

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-28 Thread Kenny Ayers
+closed%2C+%27in+progress%27%29+order+by+votes+desc&runQuery=true&clear=true Is there some other criteria I can evaluate to encourage acceptance of this request? On Tuesday, May 28, 2013 8:16:57 PM UTC-7, Kenny Ayers wrote: > > Kohsuke? Anyone? > > On Thursday, May 23, 2013 6:5

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-28 Thread Kenny Ayers
Kohsuke? Anyone? On Thursday, May 23, 2013 6:59:26 PM UTC-7, Kenny Ayers wrote: > > Hey folks, > > I haven't had any response on the pull request to fix JENKINS-14551 > (issue here: https://issues.jenkins-ci.org/browse/JENKINS-14551) > > Confirmation from SVNKit de

Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-23 Thread Kenny Ayers
Hey folks, I haven't had any response on the pull request to fix JENKINS-14551 (issue here: https://issues.jenkins-ci.org/browse/JENKINS-14551) Confirmation from SVNKit dev of the fix here: http://issues.tmatesoft.com/issue/SVNKIT-368 Discussion of the issue and fix here: https://groups

Re: Trigger a build and pass parameters

2013-05-08 Thread Kenny Ayers
Hey Ronni, Take a look at installing this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin That will allow you to trigger a downstream job using parameters from a given build. I'm not entirely sure that's what you've asked for in your inquiry, but it may be

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

2013-05-08 Thread Kenny Ayers
> 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? > > On Friday, April 26, 2013 3:48:43 PM UTC-7, Kenny Ayers wrote: >> >

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 rol

Re: Subversion post commit hook notifyCommit response time far slower in Subversion plugin 1.45 vs 1.44 - causes svn checkouts to 'hang'

2013-04-30 Thread Kenny Ayers
Are you looking for a temporary workaround? Make the trigger asynchronous. There are a number of ways to do this, but since I prefer python I would add a line in your post-commit hook to call a python script which spins off another process to trigger the Jenkins update. http://stackoverflow.com

Re: Question on Jenkin

2013-04-30 Thread Kenny Ayers
7 AM UTC-7, avineet wrote: > > Thanks Kenny, > What would be the skill set required/effort required to work on the tool. > Example: > Any Java developer or tester or any pre requisite. > > > > > On Sat, Apr 27, 2013 at 4:35 AM, Kenny Ayers > > > wrote: > &g

Re: Question on Jenkin

2013-04-26 Thread Kenny Ayers
Hey avineet, The procurement cost of Jenkins is free. The real cost will be in implementation and development man hours by your build person (or team). As far as your use-cases go, it's up to your build person or team to implement the functionality using the Jenkins toolset. If you don't

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

2013-04-26 Thread Kenny Ayers
ricks... perhaps I need > to find a new one ;-) > > > On 26 April 2013 22:39, Kenny Ayers >wrote: > >> Hey Stephen, >> >> Alexander Kitaev from SVNKit has peer-reviewed this change and has >> rolled it into the upstream libraries, and the new binaries

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

2013-04-26 Thread Kenny Ayers
rking copy) >> @@ -864,7 +864,6 @@ >> OutputStream baseTextOS = null; >> try { >> baseTextOS = >> SVNFileUtil.openFileForWriting(info.copiedBaseText); >> -myFileFetcher.fetchFile(copyFromPath, cop

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

2013-04-26 Thread Kenny Ayers
to point to the same > file > > *Gesendet:* Freitag, 26. April 2013 um 04:22 Uhr > *Von:* "Kenny Ayers" > > *An:* jenkin...@googlegroups.com > *Betreff:* A possible fix for Jenkins-14551 - subversion-plugin > duplicating file contents > Hi folks, >

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

2013-04-25 Thread Kenny Ayers
sumOutputStream checksumBaseTextOS = new SVNChecksumOutputStream(baseTextOS, SVNChecksumOutputStream.MD5_ALGORITHM, true); baseTextOS = checksumBaseTextOS; Thank you, Kenny Ayers -- You received this message because you are subscribed to the Google Groups "J

Re: started by user showing as anonymous

2013-04-24 Thread Kenny Ayers
Hi, Bug reports can be submitted here: https://issues.jenkins-ci.org/browse/JENKINS Before submitting a report, take a look and see if the issue already exists. If so append your reproduction steps and vote on the issue to get some visibility. This isn't a solution, but it'll get the bal

Compiling SVNKit for subversion-plugin

2013-04-22 Thread Kenny Ayers
Hi, I'm attempting to resolve this issue: https://issues.jenkins-ci.org/browse/JENKINS-14551 *Bug behavior: *when a workspace is updated, the contents of an SVN versioned file are doubled if an SVN mv operation was executed on the file. *Reproduction steps: *(this is shown in the link above,

Re: Compiling subversion-plugin, question about compilation error

2013-04-17 Thread Kenny Ayers
, so this *could* be the problem. > > *Gesendet:* Mittwoch, 17. April 2013 um 04:55 Uhr > *Von:* "Kenny Ayers" > > *An:* jenkin...@googlegroups.com > *Betreff:* Compiling subversion-plugin, question about compilation error > Hi, > > I'm attempting

Compiling subversion-plugin, question about compilation error

2013-04-16 Thread Kenny Ayers
Hi, I'm attempting to compile subversion-plugin ( https://github.com/jenkinsci/subversion-plugin) using the Plugin tutorial ( https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial), and I'm running into an issue. The Maven and JDK versions are below, bolded along with the stack trace fr

Re: Critical Issue with SVN Plugin: File Contents Doubled

2013-04-16 Thread Kenny Ayers
Hey Baptiste, The assertion that this is affecting the entire user base is valid I believe, given the commonality of the use case for merging branched files when using SVN. In our case, we even see the issue when adding files to the repo via svn mv. Are you saying you've executed the repro steps

Critical Issue with SVN Plugin: File Contents Doubled

2013-04-15 Thread Kenny Ayers
Hey folks, We're seeing an issue with the Jenkins SVN plugin where files that are svn moved, then added back to the repo have their contents doubled upon checkout when using any strategy except "Always checkout a fresh copy". This seems like a fairly critical issue that was first filed last