node-svnsync

0.1.4 • Public • Published

Node SVNSync

Helper library for syncronizing a remote subversion repository with a local folder, being sure to only pull it down when it does not exist locally.

Installation   npm version

npm install node-svnsync

Simple Usage

var svnsync = require('node-svnsync');
 
svnsync({
  'dest': './out',
  'repo': 'https://svn.bla.com/technology/GATEWAY_JS/tags/1.0.5',
  'localfolder': 'code'
}, function(err) {
  console.log("done!");
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    7
  • 0.1.2
    1
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i node-svnsync

Weekly Downloads

4

Version

0.1.4

License

MIT

Last publish

Collaborators

  • alexei.white