Questions tagged [svnkit]

SVNKit is a pure Java Subversion toolkit. SVNKit allows a Java developer to access Subversion features from within a Java application.

Subversion is an open source version control system, originally developed by CollabNet, Inc. and currently supported by the Apache Software Foundation.

SVNKit is a pure Java Subversion toolkit - it implements all Subversion features and provides APIs to work with Subversion working copies, access and manipulate Subversion repositories - everything within your Java application.

307 questions
25
votes
2 answers

Subclipse with SVNKit Adapter

I have two questions and some context. I am installing Subclipse 1.4.x into Eclipse Ganymede and I'm thinking that I should use the SVNKit Adapter. I'm using Ubuntu 8.04 which comes with Subversion 1.4.x and since the JavaHL Adapter requires…
user14070
18
votes
7 answers

How do I resolve SVN error "E200030: There are unfinished transactions detected in ''"?

I have installed a virtual box with Windows 10, Eclipse Mars, Subversive Plugin, SVNKit 1.8.11 and tried to set up some repositories in a configuration I already did successfully in several other environments. The SVN server is a Debian 7 system…
Chris Tophski
  • 930
  • 1
  • 6
  • 23
14
votes
1 answer

Java Subversion libraries

I've been researching Java APIs for Subversion (SVN). It seems there are 3 available: JavaHL - part of the SVN project. Provides a relatively low-level API svnClientAdapter - part of the Subclipse project. Provides a relatively high-level…
Dónal
  • 185,044
  • 174
  • 569
  • 824
13
votes
1 answer

SVNkit cannot create SVNRepoitory

I am trying to run a diff on two svn urls using SVNkit. The problem is that I get the error when diff.doDiff is called. org.tmatesoft.svn.core.SVNException: svn: Unable to create SVNRepository object for …
Josh Moore
  • 13,338
  • 15
  • 58
  • 74
11
votes
1 answer

Intermittent "SVNException: svn: E175002: Connection reset" when updating workspace from Jenkins via SVN

I have Jenkins (2.138.3) running on a Virtual Machine. On another PC on the same network, I have a Visual SVN Server (3.9.2). Intermittently (maybe 25% of the time), the checkout fails with the following error: ERROR: Failed to check out…
Jakg
  • 922
  • 12
  • 39
11
votes
3 answers

Checking Out Directory / File with SVNKit

I can't see on the wiki where checking out is documented. Ideally, I would like to check out a file "example/folder/file.xml", if not just the folder... and then when the application closes down or otherwise, be able to commit back in changes to…
Federer
  • 33,677
  • 39
  • 93
  • 121
11
votes
9 answers

Committing a Directory to Subversion

Kind of a newbie question, but I am having problems using SNVKit. I am using SVNKit in an application to commit changes to files. I have it successfully adding the files and folders to the working copy, but I am having problems committing it to the…
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
11
votes
2 answers

SVNKit or JavaHL in Ubuntu 64 bits

what better SVNKit or JavaHL Eclipse Subversive or Subclipse? Whenever I install the Eclipse again have this doubt has differences in terms of one being better than another, etc ...
Marcondes
  • 215
  • 2
  • 5
10
votes
4 answers

Eclipse Juno/Indigo svn: E210004: Number is larger than maximum

The dialog box says: Location information has been specified incorrectly. svn: E210004: Number is larger than maximum Keep location anyway? This just started to occur. I updated the SVN server to 1.8. It was working fine with 1.7.9. I'm using…
user2557362
  • 131
  • 1
  • 1
  • 3
9
votes
2 answers

add folders and commit files using SVNKit

I've just created a Java project. I want to check-in this project to SVN location with help of SVNKit. I use the below code, which adds a folder to SVN repository. But it didn't create any .svn folder in the folder /Users/test/svnAddDirCheck. I…
Muthu
  • 1,550
  • 10
  • 36
  • 62
8
votes
1 answer

Configure Subversion plugin in Jenkins to use 1.6 working copy

I use the Jenkins Subversion plugin to checkout a working copy in Jenkins. A separate SVN client is used to extract some information from this working copy (which branch was used, which revision, etc.). The Subversion plugin creates a 1.7 working…
Frank Kusters
  • 2,544
  • 2
  • 21
  • 30
8
votes
1 answer

SVN java library

Possible Duplicate: open source svn client java library which can be used in commercial development I want to access SVN from a java program. I want a open source java library for SVN , except SVNkit. Since SVNKit is licenced I cannot use it. I…
Anandhakrishnan
  • 548
  • 2
  • 7
  • 21
6
votes
4 answers

Subclipse: Error with SVN after an update (Unable to create SVN preference page)

Good afternoon, I have been using Eclipse and Subclipse (with JavaHL) for a few months without any problem so far. After an update of some plugins (including Subclipse) yesterday (i.e. on 13/03/19), subclipse is no longer working. For example, I am…
user11203254
6
votes
1 answer

Jenkins is unable to access SVN repository

I am using tortoise SVN for version control , I am saving path to my repository that have no credentials or any user , still Jenkins is showing error. I am using Jenkins on my local machine Help me solve my problem
Keshav
  • 1,917
  • 18
  • 22
6
votes
5 answers

Subclipse + SVNKit keeps asking for credentials when connecting through svn+ssh

I'm using Subclipse to connect to an SVN repository via svn+ssh and a private key (the server has the paired public key). The interface is SVNKit (Pure Java). After I enter the svn+ssh://repository... address I am prompted for credentials. I specify…
user1803551
  • 12,965
  • 5
  • 47
  • 74
1
2 3
20 21