jar

com.navercorp : svngit

Maven & Gradle

Jan 29, 2015
17 stars

A servlet implementation for SVN clients to access Git repositories

Table Of Contents

Latest Version

Download com.navercorp : svngit JAR file - Latest Versions:

All Versions

Download com.navercorp : svngit JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window svngit-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.tmatesoft.svn.core.internal.io.fs

├─ org.tmatesoft.svn.core.internal.io.fs.SVNGitRepository.class - [JAR]

├─ org.tmatesoft.svn.core.internal.io.fs.SVNGitRepositoryFactory.class - [JAR]

├─ org.tmatesoft.svn.core.internal.io.fs.SVNGitUpdateContext.class - [JAR]

org.tmatesoft.svn.core.internal.server.dav.handlers

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitCheckoutHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitCopyMoveHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitDAVHandlerFactory.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitDAVReportHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitDAVUpdateHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitDeleteHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitMakeActivityHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitMakeCollectionHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitMergeHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitPropPatchHandler.class - [JAR]

├─ org.tmatesoft.svn.core.internal.server.dav.handlers.SVNGitPutHandler.class - [JAR]

com.navercorp.svngit

├─ com.navercorp.svngit.GitFS.class - [JAR]

├─ com.navercorp.svngit.GitFSRevisionNode.class - [JAR]

├─ com.navercorp.svngit.GitFSRevisionRoot.class - [JAR]

├─ com.navercorp.svngit.InMemoryDirCache.class - [JAR]

├─ com.navercorp.svngit.SVNGitRepositoryManager.class - [JAR]

├─ com.navercorp.svngit.SVNGitServlet.class - [JAR]

├─ com.navercorp.svngit.SVNGitUtil.class - [JAR]

├─ com.navercorp.svngit.TreeBuilder.class - [JAR]