Skip to content

Reposoft/repos-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published