Closed actual-saurabh closed 12 years ago
I think we shud create a separate repo for skeleton wordpress plugin project and put deploy.sh there We can then include it as a git submodule in other projects!
The following codes install svn if it not installed
dpkg --list | grep subversion if [ $? -ne 0 ] then sudo apt-get install subversion fi
@MiteshShah Use deploy.sh in this project https://github.com/rtCamp/wp-plugin-bootstrap
Deploy.sh should install svn, if not installed