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
1
vote
1 answer

Getting creation date with svnkit

I am creating a document for my company with svnkit and poi it all seems going fairly well, until I stomped into the ‘creation date’ part of the document. I have a bunch of properties that needed to be showing, so far I was able to find it through…
Random
  • 1,105
  • 5
  • 24
  • 37
0
votes
2 answers

how can I access SVN from an Android device

I've been trying to use SVN Kit to gain access to an SVN repository from an Android app. Our project is supposed to check for changes to files and download them if they have changed, but still with the ability to rollback to previous versions if…
0
votes
1 answer

Eclipse SVNKit cannot read project SVN after using TortoiseSVN Merge on Windows

I've just used Tortoise SVN to merge a branch to the trunk on Windows because doing so in Eclipse was causing all sorts of problems. I have managed to get all the changes in and sort out the conflicts. However when I open Eclipse to test that the…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
1 answer

Automatic checkout from TortoiseSVN

I'm trying to do an automatic checkout from Subversion. But the problem is, it is not working for me. I did this: "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:checkout /path:"C:\Program\Client"…
Danny Gloudemans
  • 2,597
  • 7
  • 39
  • 57
0
votes
2 answers

Get history of a Deleted File from SVN using SVNKit

I am trying to access Revision History of a file that has been deleted using SVNKit. Following is what I am doing to achieve that. SVNClientManager manager = SVNClientManager.newInstance(); SVNLogClient logClient = manager.getLogClient();…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
0
votes
1 answer

Is there a way using SVNKit to get the names of the changed methods rather than the whole contents?

I am using SVNKit to be able to use my Subversion. Now according to here Subversion does allow the retrieval of the names of the methods which have been changed. Now in SVNKit, I am currently using doDiff to get the differences in file contents.…
ict1991
  • 2,060
  • 5
  • 26
  • 34
0
votes
1 answer

How to get the differences of a file using SVNKit

I'm currently using SVNKit to be able to get the differences in code between my working copy, which I'm modifying, and the last version available in the subversion repository. I am currently using the doDiff method, however when the file contents…
ict1991
  • 2,060
  • 5
  • 26
  • 34
0
votes
1 answer

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: org.tigris.subversion.javahl.ClientException: svn: The path…
Juuso Ohtonen
  • 8,826
  • 9
  • 65
  • 98
0
votes
1 answer

Error : org.tmatesoft.svn.core.SVNException: svn: 'D:\Code\MSCVE\ADVISORIES' is not under version control

SVNURL url1 = SVNURL.parseURIEncoded("file:///E:/SVN/IDS/MSCVE") System.out.println("*************"); String dstPath1="D:/code/MSCVE"; //String dstPath3="D:/code/MSCVE"; String dstPath3="D:\\Code\\MSCVE\\ADVISORIES"; …
0
votes
1 answer

Can't get a Maven repo working with Nexus Server

I'm a bit new to Maven. I thought I was getting a pretty good handle on it. I guess not. I want to set up a dependency on SVNKit 1.7.0-alpha1. According to their website, They have a releases repo located at…
Cody S
  • 4,744
  • 8
  • 33
  • 64
0
votes
1 answer

How to create a new text file in SVN using SVNKIT..?

As I am new to this SVNKIT . Please any one Can provide me the code for creating an new text file SVN repository . Eg: file:///E:/SVN/IDS/MSCVE I want to add a new text file in the MSCVE folder. it has to look like the below tree structure…
user1053424
  • 39
  • 1
  • 5
0
votes
1 answer

svn kit integration in project

Possible Duplicate: version to folder using java programming In my Java web application project,I need to add versioning to one of my Images folder,if user done any modification to image and updated then it should maintain new version on recently…
Rubia
  • 445
  • 2
  • 6
  • 17
0
votes
0 answers

Delete missing files from workspace using SVN ant

I checkout files from the SVN repository, replaced content for few files and deleted few files. Now I want to commit all the changes including the deleted file. I am using below code but the deleted files still remains in the repository. Please…
0
votes
1 answer

change svn directory property on the fly with svnkit

I need to change the value of a versioned custom property of a svn directory on the fly. I do not want to alter any content, just change the value of the property of the already existing directory. I am using svnkit in java. How would i go about…
nemoo
  • 3,269
  • 4
  • 38
  • 51
0
votes
1 answer

Jenkins master can't connect to Subversion, but slave can

I am using Subversion plugin in Jenkins. My master machine (Windows) is unable to connect to SVN server (using Apache Subversion v1.7) via svn+ssh throwing exception Running as SYSTEM Building on master in workspace c:\Program Files…
preem
  • 15
  • 1
  • 6