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
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
<script type="module">
import nodesvn from 'https://cdn.skypack.dev/nodesvn';
</script>
This module is SVN bindings for NodeJS. You can use this module to interact with SVN within your NodeJS project.
Installation of this module is simple. In the root directory
node-waf configure build install