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);

/repos-upload/

    Package Sidebar

    Install

    npm i repos-upload

    Weekly Downloads

    1

    Version

    0.2.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • atamon