Jenkins uses a fork of the SVNkit: https://github.com/jenkinsci/svnkit
Maybe you have more luck building that one.
 
Gesendet: Dienstag, 23. April 2013 um 04:21 Uhr
Von: "Kenny Ayers" <[email protected]>
An: [email protected]
Betreff: Compiling SVNKit for subversion-plugin
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, but I'll put in a short version here).  Add a file to SVN.  Update your Jenkins workspace.  Rename the file via svn mv.  Update your Jenkins workspace.  The file contents are now duplicated.
 
Debugging steps: After adding some debug statements into subversion-plugin, it appears that the bug may be in SVNKit itself.  To determine this, I modified hudson.scm.subversion.UpdateUpdater by adding a loop to print the contents of each file after the SVN checkout is completed.  Immediately after the doUpdate() function which is responsible for updating a checkout is called, I inspect the file contents to find they are corrupted.
 
I'd like help with: compiling SVNKit so that I may do additional debugging.  I've attempted to compile SVNKit using the steps in their wiki, but it must be out of date.  The steps are:
 
  1. svn co http://svn.svnkit.com/repos/svnkit/tags/1.7.6/ svnkit
  2. ant deploy
What I get is:
 
Buildfile: build.xml does not exist!
Build failed
 
  I looked in the subversion-plugin repo and didn't find any information on this.  So my question is - how is SVNKit compiled for subversion-plugin?
 
Thank you,
 
Kenny
 
 

 

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to