Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-11268 SVN to GIT Migration
  3. OFBIZ-11337

replace pullPluginFromSvn with a git equivalent

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • Trunk
    • None
    • Gradle

    Description

      Currently we have a 'pullPluginFromSvn' task defined in build.gradle. The drawback with this is that the pulled plugin is defined as an SVN style repository (having a .svn folder).

      With current migration from svn to git we should have it in such a way that the cloned plugin is a git style repository.  The standard way to clone from a publicly available git repository (e.g. Github) is:

      git clone https://github.com/<githubUserId>/<repoName>.git
      

       

      This would allow a developer not only to work on his local changes, but also commit the changes and share these with the community via the public Github fork and eventually via Pull Requests included into the project's repository.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: