Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: About Github, Subversion and Gitbox

...

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
titleGithub, Subversion and Gitbox
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:
Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyOFBIZ-11276
Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyOFBIZ-11284


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.

...