nodesvn

Node.JS bindings to interacting with a Subversion (SVN) repository. Written in C++, this binding interacts directly with the SVN libraries to provide quick, easy access to your Subversion repositories

Usage no npm install needed!

<script type="module">
  import nodesvn from 'https://cdn.skypack.dev/nodesvn';
</script>

README

NodeJS SVN bindings

This module is SVN bindings for NodeJS. You can use this module to interact with SVN within your NodeJS project.

Installation

Installation of this module is simple. In the root directory

node-waf configure build install

Usage