Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Plan to Create the Cacti Repository and Migrate (Import) Weaver Into Cacti

  1. Port hyperledgerPort hyperledger/cactus to cactus to hyperledger/cacti, either by:

    1. Renaming the project repository: cactus to cacti, orForking cacti/main from cactus/main and archiving cactus/main cactus to cactii

  2. Transfer (move) hyperledger-labs/weaver-dlt-interoperability to hyperledger/weaver-dlt-interoperability

  3. Create a branch hyperledger/weaver-dlt-interoperability/cacti-port from hyperledger/weaver-dlt-interoperability/main

  4. In the branch weaver-dlt-interoperability/cacti-port:

    1. Create a subfolder in the root folder named weaver

    2. Move all other files and folders in the root folder to weaver

  5. Merge hyperledger/weaver-dlt-interoperability/cacti-port into hyperledger/cacti/main as follows:

    1. hyperledger/weaver-dlt-interoperability

    2. hyperledger/cacti

    1. git remote add weaver-dlt-interoperability ../hyperledger/weaver-dlt-interoperability

    2. git fetch weaver-dlt-interoperability

    3. git merge weaver-dlt-interoperability/cacti-port --allow-unrelated-histories

    1. In the same location in the file system, clone the following:

    2. Navigate to the clone of hyperledger/cacti and run:

  6. Transfer all relevant issues from hyperledger/weaver-dlt-interoperability to hyperledger/cacti:

    1. Navigate to the hyperledger/weaver-dlt-interoperability Github repo in a web browser

    2. Transfer each issue to hyperledger/cacti according to the instructions in https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository

  7. Transfer (move) hyperledger/weaver-dlt-interoperability back to hyperledger-labs/weaver-dlt-interoperability

  8. (Future) Archive hyperledger-labs/weaver-dlt-interoperability

...