| 656 | | == Dependencies on darcs == |
| 657 | | |
| 658 | | The following is intended to be a complete list of the things that would need to change if we were to switch away from darcs, in addition to the conversion of the repository itself, which I am assuming can be automatically converted using available tools. |
| 659 | | |
| 660 | | The following code/scripts would need to be adapted or replaced: |
| 661 | | |
| 662 | | * The `darcs-all` script |
| 663 | | * The `push-all` script |
| 664 | | * The `aclocal.m4` code that attempts to determine the source tree date |
| 665 | | * `.darcs-boring` |
| 666 | | * The buildbot scripts |
| 667 | | * checkin email script: `/home/darcs/bin/commit-messages-split.sh` |
| 668 | | * Trac integration (the GHC Trac does not currently integrate with darcs, however) |
| 669 | | * darcsweb (use whatever alternative is available) |
| 670 | | |
| 671 | | The following documentation would need to change: |
| 672 | | |
| 673 | | * `README` |
| 674 | | * [wiki:Building/GettingTheSources] |
| 675 | | * [wiki:Building/Windows] |
| 676 | | * [wiki:Building/QuickStart] |
| 677 | | * [wiki:Building/Rebuilding] |
| 678 | | * [wiki:Building/RunningNoFib] |
| 679 | | * [wiki:DarcsRepositories] (inc. the sidebar) |
| 680 | | * [wiki:WorkingConventions] |
| 681 | | * [wiki:WorkingConventions/Darcs] |
| 682 | | * [wiki:WorkingConventions/FixingBugs] |
| 683 | | * [wiki:WorkingConventions/AddingFeatures] |
| 684 | | * [wiki:GettingStarted] |
| 685 | | |
| 686 | | * TestingPatches |
| 687 | | * BuildBot |
| 688 | | |