gulp-ecs-svn
Gulp plugin to work with svn
This is a simple interface to export packages from SVN to work on gulp.js with SVN. It assumes you can export without providing SVN login credentials and you'll need to install an SVN client - on Windows TortoiseSVN is your best bet.
For a full list of SVN client packages look here.
Install
$ npm install --save-dev gulp-ecs-svn
Usage
var gulp = ;var svn = ;var readlineSync = ; var svnConf = svnDir :'./app' destDir : './export'var svnConf = svnDirCore :'http://svn-repository/app' destDir : './app' var version = 'trunk'; gulp; gulp;
Run Gulp Tasks
$ gulp set-svn-build-version, export-svn
License
MIT. See package LICENSE.md for details.