svnkit Questions
7
Solved
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 e...
Disenchant asked 21/1, 2016 at 21:32
6
I am trying to merge branch to trunk using SVNKIT java API.
The code for it is as follows:
String branchURL = "<Branch URL>";
SVNURL branchSVNURL = SVNURL.parseURIDecoded(branchURL);//SVN ...
5
Solved
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...
Rosenkranz asked 6/11, 2012 at 15:47
4
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 t...
Katheryn asked 7/7, 2013 at 2:45
4
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...
1
Solved
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 fol...
Sauna asked 16/11, 2018 at 15:38
1
Solved
After upgrading to TeamCity 2017.2 my SVN checkout began failing on my build agent with this error:
svn: E200030: There are unfinished transactions detected in '[... folder ...]'
The agent is run...
Colour asked 5/12, 2017 at 11:8
3
Solved
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...
2
Solved
I am trying to handle svn operations through a web portal using SVNKit with spring. I am able to perform separate operations like commit,cleanup,update etc. My commit code goes like :
public Excep...
1
Solved
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
H...
Parisi asked 3/10, 2015 at 8:43
9
Solved
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 workin...
1
I convert a static project to javascript project in Eclipse IDE.
Now some *.js file cannot be committed and throw the error below:
SVN: '0x00400039: Collecting Resources' operation finished with...
2
/bin/sh: svn: command not found
Caused by: org.apache.maven.plugin.MojoFailureException: Unable to check for local modifications
Provider message:
The svn command failed.
Jenkins could not find S...
Fulgurite asked 3/6, 2013 at 12:57
2
Solved
When using the doExport() method of svnkit I don't understand the meaning of one parameter.
I still don't get it even after looking at the Javadocs
What does the parameter pegRevision mean?
The ...
2
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 f...
2
Solved
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 ...
2
Solved
I'm writing a piece of code that, once executed anywhere inside an SVN working copy, locates the root:
File workingDirectory = new File(".").getCanonicalFile();
File wcRoot = SVNWCUtil.getWorkingC...
3
Solved
In my Eclipse Indigo (64-bit) under Ubuntu, the SVNKit client doesn't show up in Eclipse preferences -> Team -> SVN.
I've installed subclipse from Eclipse marketplace.
Since after installing subc...
Scarf asked 18/7, 2011 at 8:37
1
Solved
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, e...
1
Solved
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...
Petersen asked 27/4, 2012 at 7:27
1
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 Subclips...
2
Solved
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 Subversio...
1
Solved
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 ...
1
© 2022 - 2024 — McMap. All rights reserved.