GithubHelp home page GithubHelp logo

manoharnv / node-svn-interface Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ianmcodes/node-svn-interface

0.0 2.0 0.0 379 KB

SVN Interface for Node.js

License: MIT License

JavaScript 100.00%

node-svn-interface's Introduction

SVN Interface for Node.js

A programing interface to Subverstion for Node.js. Uses child process spawning to run commands. For SVN commands that support it, this library uses the --xml option and parses the xml returned with xml2js.

NPM

Most functions take 3 arguments

  • working copy (wc) or files: (String|Array)
  • options: (Object)
  • The keys should match the options from svn help cmd (without the - or --). The value will be the argument to the command. If an option does not take an argument (like --dry-run) the value should be true.
  • Example: { "username": "bob", "password": "a-secret", 'dry-run': true }
  • If the value is an Array, the values in the array will be joined with a comma (,)
  • There is one exception, the cwd option. The cwd option will be used for resolving relitive paths for files and working coppies.
  • callback (cb): (Function)
  • Optional. Receives (error, result).

All of the functions now return the child process that is spawned.

Currently Implemented svn commands

  • add (files, options, cb)
  • blame (files, options, cb)
  • cat (files, options, cb)
  • changelist (files, name, options, cb)
  • checkout (url, path, options, cb)
  • cleanup (wc, options, cb)
  • commit (files, options, cb)
  • copy (src, dest, options, cb)
  • delete (files, options, cb)
  • diff (files, options, cb)
  • export (files, options, cb)
  • import (files, options, cb)
  • info (files, options, cb)
  • list (files, options, cb)
  • lock (files, options, cb)
  • log (files, options, cb)
  • merge (src, target, options, cb)
  • mergeinfo (src, target, options, cb)
  • mkdir (files, options, cb)
  • move (src, dest, options, cb)
  • patch (file, wc, options, cb)
  • revert (files, options, cb)
  • status (files, options, cb)
  • update (files, options, cb)

For any commands that have not been implemented yet, the _execSVN function is available. _execSVN takes the following:

  • cmd: (String). The svn command you want to use.
  • files: (String|Array). A list of files that will be added to the end (in order).
  • options: (Object) See above
  • callback (cb): (Function) Ditto

node-svn-interface's People

Contributors

gpetrov avatar ianmcodes avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.