Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 370 Bytes

File metadata and controls

14 lines (11 loc) · 370 Bytes

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