These scripts expect the following directory structure where your-plugin-slug
is
the slug of your plugin in the WordPress plugin repository:
your-plugin-slug
|
+-- git (your Git repo)
| |
| +-- .git
| +-- readme.md
| +-- your-plugin-slug.php
| +-- ...
|
+-- svn (your SVN repo)
| |
| +-- assets
| +-- trunk
| +-- tags
| +-- ...
|
+-- wp-deploy (this repo)
| |
| +-- .git
| +-- deploy.sh
| +-- tag.sh
| +-- ...