While converting my s3cache to a rails plugin, I could not figure out why when I installed the plugin, the directory structure it created was:

-vendor
–plugins
—svn
—-s3cache

I did not want it to create the svn directory and instead just have s3cache as the child under plugins.

I finally figured it out. Your svn repository for your plugin needs to have a plugin directory. So your repository might look something like this:

- svn
–branches
–tags
–trunk
—plugins
—-s3cache



No Responses Yet to “Rails Plugin Directory Structure”  

  1. No Comments Yet

Leave a Reply