Tagged Questions
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 ...
2
votes
1answer
157 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:
...
1
vote
1answer
196 views
Howto install latest SVNKit snapshot in Zend Studio 8 with jar file?
In order to get support for Subversion 1.7 format files, I'm supposed to install an snapshot version of SVNKit 1.7 as says here. So I downloaded the jar file from here but I don't know how to install ...
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 ...
0
votes
1answer
178 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
48 views
Throwing an error at Collection logEntries = repository.log(new String[] { “ ” }, null,startRevision, endRevision, true, true);
public class History {
public static void main(String[] args) {
DAVRepositoryFactory.setup();
SVNRepository repository = null;
try {
repository = ...
0
votes
1answer
48 views
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.
...
0
votes
1answer
737 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
148 views
Eclipse - subversive custom checkout projectname / folder
i'm using the new release of eclipse (Indigo). I've installed subversive svn connector (with SVNKit 1.3.5).
The problem is when checking out from a repository, I cannot select my local folder ...
-3
votes
1answer
45 views
Using SVN kit Not able to add the file to repository and the below code is throwing java.lang.NullPointerException
I am not able to add any file in the repository using editor, it is throwing a java.lang.NullPointerException exception at line editor.addFile(textfile, null, -1);
try {
url = ...