DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Plugins - https://github.com/apache/ofbiz-plugins
- Communicate with ASF Infra team to enable write access in the above repositories.
- After successful migration to Git, mark the SVN repository as read-only
...
In SVN we have script to merge and commit the fixes from trunk to release branches.
- All the releases are branches in the repository of Git, we can write similar script mergefromtrunk.sh(bat) and mergefromplugins.sh(bat)
Release management
We will have a branch for the release management, currently we have three branches in https://github.com/apache/ofbiz-framework/
...
Equivalent of svn:auto-props properties
- As mentioned by Unknown User (jleroux), we should have an equivalent of svn:auto-props properties on the server.
Something we will need to not forget when we will switch to Git: https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
Update the website, wiki documents, and references
...