Changeset 853486
- Timestamp:
- 02/07/2014 10:57:29 PM (12 years ago)
- File:
-
- 1 edited
-
press-pay/trunk/bin/deploy.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
press-pay/trunk/bin/deploy.sh
r853485 r853486 17 17 # Set up some default values. Feel free to change these in your own script 18 18 CURRENTDIR=`pwd` 19 default_svnpath="/User /spinlock/WordPress/Subversion/$PLUGINSLUG"19 default_svnpath="/Users/spinlock/WordPress/Subversion/$PLUGINSLUG" 20 20 default_svnurl="http://plugins.svn.wordpress.org/$PLUGINSLUG" 21 21 default_svnuser="presspay" … … 82 82 echo 83 83 echo "Updating local copy of SVN repo trunk ..." 84 svn up $SVNPATH /trunk84 svn up $SVNPATH 85 85 86 86 echo "Ignoring GitHub specific files" … … 88 88 Thumbs.db 89 89 .git 90 .gitignore" "$SVNPATH /trunk/"90 .gitignore" "$SVNPATH" 91 91 92 92 echo "Exporting the HEAD of master from git to the trunk of SVN"
Note: See TracChangeset
for help on using the changeset viewer.