Registry / utility / svnkit

svnkit

JSON →
library1.10.11javamavenunverified

A pure Java library for managing Subversion working copies and repositories, providing SVN client functionality.

<dependency> <groupId>org.tmatesoft.svnkit</groupId> <artifactId>svnkit</artifactId> <version>1.10.11</version> </dependency>
INSTALL
IMPORT
SIG · SVNKIT
S
svnkit
utilityjavav1.10.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SVNURL
org.tmatesoft.svn.core.SVNURL

Parses an SVN repository URL using SVNURL.

import org.tmatesoft.svn.core.SVNURL; public class Example { public static void main(String[] args) throws Exception { SVNURL url = SVNURL.parseURIEncoded("svn://example.com/repo"); System.out.println("SVN URL parsed"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
svnkit — mvn dependency:get svnkit · libregistry