Tagged Questions

10
votes
1answer
2k views

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 ...
8
votes
2answers
13k views

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 ...
4
votes
1answer
275 views

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 ...
2
votes
3answers
42 views

SVN Branch info from Java

I'm looking for a way to extract info on all branches within a repository. I'm only interesteted in the name of the branches. I have tried to play around with SVNKit, but haven't been able to figure ...
2
votes
1answer
34 views

Query in SVNKit

I am using SVNKit to access a repository that contains binary files. I need to go to specific directories in the repository and retrieve a list of files from them. Then I do this:(sloppy code) ...
2
votes
1answer
35 views

How to get the Log / History give a specific file list using SVNKit?

Given a file list for example A.java, B.java, C.java, D.java, I want to get the History / Log of the file that are present in the file list. For example Revision 0 Added file A.java Added file ...
2
votes
1answer
1k views

How to get Subversion 1.7 support in Eclipse or IntelliJ IDEA?

In fact there are 3 sub-questions: Is the SVNKit 1.7 snapshot stable enough for basic (update/commit) production usage? Is it possible to manually upgrade SnvKit to 1.7 without recompiling different ...
2
votes
1answer
159 views

How to debug Subclipse / SvnKit credentials issue?

I'm trying to get svnkit to work with subclipse. I'm on Windows 7, 64 bit, with Eclipse Indigo, JDK 1.6. I installed subclipse 1.6.18 and svnkit 1.3.5.7406. I add an svn repository location: ...
2
votes
1answer
456 views

SVNKit: How to get the repository url from a local path?

I would like to implement a method that can get the svn revision number from the path where a SVN repository has been checked out. The method declaration would look something like this: long ...
2
votes
2answers
607 views

Setting svn:ignore flag using svnkit

I am using SVNKit in my application. I have a scenario wherein certain files should be ignored when doing svn operations. i.e. I need to set the svn:ignore property for certain patterns. How do I do ...
2
votes
4answers
6k views

How do I make svnant/svnkit prompt for a username/password

I have an Ant script that needs to checkout a directory from Subversion. This works using svnant/svnkit. However, Subversion access is authenticated, and I do not want to store my user password in a ...
1
vote
1answer
82 views

SVN server implementation in Java

Which of libraries provide SVN server functionality(do only "svn commit")? Thanks.
1
vote
1answer
106 views

Get all revision log from a Branch in SVN using SVNKIT

I am trying to fetch all activity that has been performed on a branch in my Java code using SVN Kit. SVNRepository repository = SVNRepositoryFactory.create(svnURL); ISVNAuthenticationManager ...
1
vote
1answer
198 views

Downloading all files in each resivision from a SVN repo using SVNkit - Please HELP

Here is my problem: I am working on a project as part of my diploma thesis. I am trying to connect to different Open Source project repositories and get info from source files. Actually we analyze ...
1
vote
1answer
55 views

How can I get all revisions (not latest) for a special file using SVNkit?

I have used a sample java code to get a file's revision history, but only got one revision. There are many revisions in respository for this file. So how can I get all revisions for this file at once? ...
1
vote
1answer
211 views

java svnkit: read content of file directly from repository, without exporting it

I am using svnkit in Java to interact with a svn repository. I would like to read the content of a file that is stored in svn without checking it out from the repository or exporting it. Is that ...
1
vote
1answer
106 views

Using SVNKit, how can I switch a directory to a different branch?

I have a working directory in trunk and would like to switch it to a specified branch. How can I do that? I'd like to have a method public static void switchToBranch(File baseDir, String branchUrl){ ...
1
vote
0answers
151 views

SVNkit not working on UNIX

I am trying to checkout files on Unix using SVNkit. The same code was working on Windows box. Am I missing something here? svn: handshake_failure: remotely generated; fatal svn: OPTIONS request ...
1
vote
1answer
3k views

Use Subversion connector SVNKit 1.2.1 from trunk in Eclipse

I want to test a feature coming with SVNKit 1.2.1, which is not yet available on the update sites of the Eclipse or the Polarion project. I got a checkout as described under "Latest Development ...
1
vote
6answers
5k views

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 ...
0
votes
0answers
22 views

Strange URL when calling doLog() with SVNKit in Java

Here's a strange one. I hope you can help. I'm trying to setup and call doLog() with SVNKit. The setup is a little complex and I'm not sure of some of the parameters. The error is (I think) that ...
0
votes
1answer
181 views

Subclipse SVNKit installs, but doesn't run in Eclipse

I've successfully installed Subclipse through Eclipse's Help > Install New Software.... When I go to Java perspective > Package Explorer view > Team > Share Project and select SVN, I get: ...
0
votes
0answers
63 views

update Subversion last modified time with SVNKit

Before I go down the long road of experimenting and losing a day of development... does anyone know off-hand if I can specify the last modified date of a Subversion file when I create it using SVNKit? ...
0
votes
1answer
175 views

SVNKit - Check if Directory exists

So, I've created a project TEST under an SVN repository and I want to know if this project directory exists with SVNKit library. Protocol is http. I tried for example... private String urlSviluppo ...
0
votes
1answer
111 views

change svn file property on the fly with svnkit

I need to change the value of a versioned custom property of a file in an svn repository on the fly. I do not want to alter any content, just change the value of the property of the already existing ...
0
votes
0answers
59 views

Get contents of file for a specific revision (SVNKit)

I have a very simple question. I have one file in a SVN repository and I want: 1) find out what is the first revision the file was created 2) what is the last revision of the file 3) to get deltas ...
0
votes
1answer
739 views

eclipse indigo svnkit and proxy https howto

sorry for asking this here, but only you will know :-) I have a svn server and a proxy server between the server and my eclipse. I have a proxy for doing https stuff which works perfectly in ...
0
votes
1answer
111 views

NoSuchMethodError using svnkit to add a file to my repository

I'm trying to add a file to my repository using svnkit but I get a NoSuchMethodError referencing this line of code: SVNDiffWindow diffWindow = ...
0
votes
0answers
169 views

Unable to open an ra_local session to URL

I try to connect to local repository using SVNKit. I have initialized factory using FSRepositoryFactory.setup(); nevetheless I am getting org.tmatesoft.svn.core.SVNException: svn: Unable to open an ...
0
votes
1answer
131 views

SVNKIT doExport method - what is pegRevision?

When using the doExport() method of svnkit i dont know the meaning of one parameter. The javadocs dont help me either, i still dont get it you can find it here: ...
0
votes
1answer
271 views

Teamcity - last commit author and comment - pass into ant script

How to pass svn last commit author and comment to ant build script, invoked via Teamcity runner?
0
votes
1answer
290 views

Get previous modified revision of a file using svnkit

I am using SVN kit to gather some metrics from SVN repositories. I am stuck with this simple problem and am unable to get through it. I have an SVNRepository object that give me paths of all files in ...
0
votes
1answer
322 views

Get content of repository from SVN using SVNKIT

I want to compare 2 repositories in svn. I try to make program which get contents from svn using svn and then compare local directory. Is it possible to get contents from svn using svnkit without ...
0
votes
2answers
276 views

hudson svnkit SSL

I am using Hudson CI server with a project (or job) that is hosted on Subversion. I am connecting to a Subversion server over SSL. Everything was working fine, and Hudson can update from subversion, ...
0
votes
1answer
146 views

Incorrect date extracted from SVN using SVNKit

I am using SVNKit to retrieve logs from a SVN server. I am using SVNKit version 1.3.2. Everything is working fine and well except for some bizarre problem that I have been seeing lately. The commit ...
0
votes
1answer
256 views

change SVN directory permissions using SVNKit

I'm using SVNKit to programatically interact with an SVN server. At some point I need to prevent any further changes to a repository directory. My intial idea was to do this using a lock, but then I ...
0
votes
2answers
745 views

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
1answer
48 views

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

SVNKit: Retrieve files for specific revision

I'm writing a tool which will push changes to database after commit to svn. The question is how to retrieve dirs for particular revision. SVNClientImpl clientImpl = SVNClientImpl.newInstance(); ...
0
votes
3answers
3k views

SVN-ANT Error - “is not a working copy”

I read related question before submitting this question but wasn't able to find the exact question that has the same issue as mine. I am trying to setup some automation on a windows box. I have ant ...
0
votes
2answers
569 views

svnkit: how to enumerate svn repositories in a root directory?

How do you use svnkit to enumerate svn repositories in a root directory?