1
vote
4answers
1k 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 …
0
votes
2answers
72 views
Why am I getting handshake_failure with Java SSL cert?
I'm trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via …
0
votes
2answers
37 views
svnkit: how to enumerate svn repositories in a root directory?
How do you use svnkit to enumerate svn repositories in a root directory?
1
vote
2answers
63 views
Mock svn instance for testing svnkit tests
Hi all
A project I'm working on interacts heavily with Subversion, using svnkit.
Are there any examples on running a mock in-memory svn instance, to help facilitate testing etc?
Cheers
Marty
2
votes
2answers
2k views
Subclipse with SVNKit Adapter
Hi, 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 …
1
vote
3answers
250 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 …
1
vote
1answer
1k 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
5answers
667 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
1answer
172 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 …
