node.svn

0.1.8 • Public • Published

svn.js

Install

npm install -g node.svn

Usage

var SVN = require('svn');
var svn = new SVN();

svn.co('http://svn.alibaba.com/path/to/your/project', function (err, info) {
	// ..
});

more read the API.

API

first, require svn.js and new

var SVN = require('svn');
var svn = new SVN();

SVN standard commands

API base on SVN standard commands (svn command reference)

add

svn.add(files[, callback])

ci (or commit)

svn.ci(files[, callback])

info

todo ....

/node.svn/

    Package Sidebar

    Install

    npm i node.svn

    Weekly Downloads

    10

    Version

    0.1.8

    License

    none

    Last publish

    Collaborators

    • wiky