repos-upload

0.2.1 • Public • Published

repos-upload

Javascript (browser/nodejs) module for uploading (new) (JSON) files to svn through the Repos web API.

Usage

var reposUpload = require('repos-upload');
 
var ru = new reposUpload.ReposUpload({
  hostname: 'http://localhost',
  dataRepository: '/svn/lean-data'
});
 
ru.createFile('/svn/lean-data/path/to/my/directory/file.json', {}, callback);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    1
    • latest

Version History

Package Sidebar

Install

npm i repos-upload

Weekly Downloads

1

Version

0.2.1

License

Apache-2.0

Last publish

Collaborators

  • atamon