There is no differentiation in access. If you've got access to write to 
-extras, you have access to do anything. Remember that you have to use HTTPS 
for anything that's authenticated, such as committing and creating new 
directories.

Yes, you'll need to create the base plugin directory and the trunk, tags, and 
branches directories. Once the new plugin is in a releasable state you should 
tag it, so you'd be using 2 of the 3 already anyway.

It's easiest to create all the directories, then checkout trunk, add your 
files, and check them in. That way you're ready to make future changes without 
needing to check out a different directory.

You can quickly create all the directories from the command line SVN client 
with a single command:

        svn mkdir https://svn.habariproject.org/habari-extras/plugins/foo 
https://svn.habariproject.org/habari-extras/plugins/foo/trunk 
https://svn.habariproject.org/habari-extras/plugins/foo/tags 
https://svn.habariproject.org/habari-extras/plugins/foo/branches

Of course replacing 'foo' with the name of the plugin.

On Nov 28, 2010, at 11:09 PM, Konzertheld wrote:

> Hi, I made a new plugin and would like to commit it to the habari-
> extras svn. I already have write access to existing plugins, but I get
> 405 method not allowed when trying to create folders. Please grant me
> the rights I need.
> 
> And, is there a guide on how to commit a new plugin? Do I have to
> create the trunk/tags/branch folders with the repo or by creating them
> local and adding them? Do I even have to create all of them when there
> is only the trunk version?
> 
> -- 
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to 
> [email protected]
> For more options, visit this group at 
> http://groups.google.com/group/habari-users

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to