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
0
votes
1 answer

SonarQube/ANT Authentication required for 'svn+ssh://

Using fresh installed SonarQube 5.6, my ANT scanner complains svn: E170001: Authentication required for 'svn+ssh://my-server' while getting author (blame) data. "C:\Program Files\Java\jdk1.8.0_51\bin\java" ...…
hokr
  • 590
  • 6
  • 11
0
votes
1 answer

Importing project from svn failed again and again

I use eclipse Version: Helios Service Release 2and Build id: 20110218-0911. And my subversive svn connector is SVNKit 1.2.3. r5745(for SVN 1.5.6, all platforms). And I'm new to subversion control system. Every time I try to import project from svn,…
Cloud
  • 1,004
  • 1
  • 18
  • 47
0
votes
1 answer

SVNKit authentication always fails

I am trying to checkout my code using svnkit and it is always returning E170001 (403 forbidden) although I can successfuly use command line svn and tortoise to access my repo. The reason why I am using svnkit is to debug the same issue happening…
Bishoy
  • 705
  • 9
  • 24
0
votes
1 answer

How to merge with SVNKit similar to "svn merge"

Im trying to merge with SVNKit but it cause tree conflicts. To find the reason I did some experiments with the svn command line tools. This command will cause the same conflicts as for SVNKit: svn merge –r 0:HEAD…
Noetzold
  • 1
  • 1
0
votes
2 answers

Multi-threaded commits to SVN

Is it possible for 2 or more threads to add and commit different files to SVN repository using the same working copy? My program works fine with 1 thread, but 2 threads give me svn exceptions saying that the working copy is locked or (when using SVN…
Gilad Baruchian
  • 930
  • 3
  • 14
  • 30
0
votes
0 answers

java.lang.NullPointerException in SVNKit Library 1.8.8 at SvnRemoteList.listExternalItems

We are trying to get the list of files using SVNLogClient.doList and getting the following exception. ERROR SCR 2015-10-21 16:46:05 : Unknown exception occurred java.lang.NullPointerException at …
Abhishek
  • 23
  • 8
0
votes
1 answer

Failing to create Project from SVN with Eclipse and SVNKit

Using Eclipse (Mars) and the SVNKit 1.7.8 i want to create a "Project from SVN". It works fin untill the window "Select Resource". If i click "Finish" here it starts loading and after finishing returns to the window "Select Resources" without…
Niels
  • 469
  • 2
  • 6
  • 18
0
votes
0 answers

check Authentication using svnkit

I am developing a program that needs to know if the user of this program has access to an SVN repository. The only information available are the files in "AppData/Roaming/Subversion/auth" on the system that this program is running. How can I do this…
HsnVahedi
  • 1,271
  • 3
  • 13
  • 34
0
votes
2 answers

Can't get svnant tasks to work with ant 1.7.1, svnant 1.2.1, java 1.6.0_17, and svnkit on windows xp

I'm trying to use svnkit to access subversion from the svnant ant tasks with the following result: BUILD FAILED /path/to/build.xml:49: Cannot find javahl, svnkit nor command line svn client at…
0
votes
1 answer

SonarQube 5.1.2 SVN Plugin Extremely Slow

I've recently upgraded our SonarQube instance to 5.1.2. We use the SVN plugin (v1.1) for SCM analysis. Since the upgrade, the performance of this plugin has been extremely slow. To reproduce the problem, I analyzed a project on my own PC against 2…
Tim Webster
  • 684
  • 8
  • 18
0
votes
1 answer

Once I've finished using a working copy with SVNKit, how can I remove it?

I have created a class to perform commits to a Subversion repository using SVNKit. When I've completed the commits I want to destroy the temporary directory I was using as a working copy. The way I'm creating the working copy directory is as…
conorgriffin
  • 4,282
  • 7
  • 51
  • 88
0
votes
1 answer

SVNKit like wrapper for C or C++

Before I start building one myself; Is there a wrapper for C or C++ which does the same thing as SVNKit?
Thizzer
  • 16,153
  • 28
  • 98
  • 139
0
votes
0 answers

Commit a modification to SVN using SVNKit with a particular check in date

I'm trying to migrate a different repository with a different source control system to SVN. I have the revisions / file structure / etc checking in correctly, but at the moment I'm losing the history of when the files were checked in (as obviously…
Evan Knowles
  • 7,426
  • 2
  • 37
  • 71
0
votes
1 answer

Synchronization using svnkit

I would like to list all inbound and outbound changes of a project, that is, everything that is going to be commited as well as everything that is comming in the next update. A kind of "syncronize" that eclipse does. In terms of svn, I'd like to…
Fábio
  • 193
  • 12
0
votes
1 answer

Can' t execute svn update command after chekout with jenkins subversion plugin( svnkit)

OS : Windows 8 I have install a jenkins server with subversion plugin (SVNKit) version 2.4 of plugin. I have made a checkout on a svn+ ssh server an all is work. When i try to make an update command in manual cmd mode, nothing appears. There's no…
asifre
  • 1
  • 1