DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
https://github.com/apache/ofbiz-framework
https://github.com/apache/ofbiz-plugins
- PR can be asked but we have still to discuss if we want that to be used. I believe the Jira way should be still the official way.
https://github.com/apache/ofbiz-site
https://github.com/apache/ofbiz-tools
| Info | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
| Note that you can use Subversion through those repository to finally commit to Gitbox. You can also checkout. A Github feature[1] allows that. You can do it by checking out from Github. For instance, simply try svn co https://github.com/apache/ofbiz-plugins/trunk/ecommerce If you then Svn commit, the Github repo will be the ending container and will sync to ASF Gitbox I have used the same in build.Gradle:
I don't say it's a definitive solution. At least it allows to think more about the best solution... [1] https://help.github.com/en/github/importing-your-projects-to-github/working-with-subversion-on-github |
- 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
- PR can be asked but we have still to discuss if we want that to be used. I believe the Jira way should be still the official way.
Workflow
As nicely explained by Unknown User (taher) in the mail thread, here details on workflow.
...