This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Update to SVNkit 1.8.0 #2
Open
electrawn
wants to merge
428
commits into
jenkinsci:master
Choose a base branch
from
electrawn:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o conflict, fixed.
…values were set to empty strings).
…rect working copy format.
…s set up for JVM, this certificate would never be accepted and should be checked early.
…exception; except of upgrade.
…e method on 'delegate').
…nNgDiff#doDiffReposRepos.
…emove redundant indices and columns, but this doesn't cause any problems.
…correct path reporting in "diff --summarize" command.
…SH agent support.
Conflicts: CHANGES.txt build.gradle svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java svnkit-test/build.gradle svnkit-test/configurations/svn17/cmdline/svntest/main.py svnkit/src/main/java/org/tmatesoft/svn/core/internal/io/fs/FSRepository.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/jna/ISVNKernel32Library.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/wc17/db/SvnChangelistActualNodesTrigger.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/wc17/db/SvnWcDbChangelist.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/wc17/db/statement/SVNWCDbInsertActualEmpties.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/wc17/db/statement/SVNWCDbInsertTargetDepthInfinityWithChangelist.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/wc17/db/statement/SVNWCDbSelectAllFiles.java svnkit/src/main/java/org/tmatesoft/svn/core/internal/wc2/compat/SvnCodec.java svnkit/src/main/java/org/tmatesoft/svn/core/wc/SVNStatus.java svnkit/src/main/java/org/tmatesoft/svn/core/wc2/SvnStatus.java svnkit/src/main/java/org/tmatesoft/svn/util/Version.java svnkit/src/test/java/org/tmatesoft/svn/test/SvnLockTest.java
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
any help needed? |
I do not think we should merge this, as jenkinsci/subversion-plugin#94 is a rework to remove this custom svnkit library for the subversion plugin. |
got it, moving to that thread |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also adds platform independence via maven profiles.