Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

jhinrichsen/svn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Release godoc Go report card Golang CI

svn

This repository is dead/ frozen. Use https://gitlab.com/jhinrichsen/svnw instead.

Wrapper for Apache Subversion. Uses svn’s xml output instead of native C bindings. Calls external svn command, so you need a working Subversion client executable for your platform. Avoids CGO, and the hassle around libsvn1, libapr1, libaprutil1, libc6, libsasl2, db5.3-util e.a.

Supports

  • svn list (useful to implement watchers using Since())

  • svn export

Installation

Prerequisites

Build

  • Go (golang.org)

Runtime

  • A working svn client

Build from source

$ go get github.com/jhinrichsen/svn