Changes between Version 2 and Version 3 of GitTransition
- Timestamp:
- 01/26/10 19:54:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitTransition
v2 v3 5 5 * When importing a SVN repo into Git, we have the choice of adding markers to each commit which reference the original SVN revision. It sounds like we want this. 6 6 * Trac integration - We aren't switching away from Trac, so we need to be sure that there's a *mature* Trac plugin that can work with Git, either directly or via a third-party host like [http://github.com/davglass/github-trac GitHub]. This needs to be researched carefully since poor or immature Trac integration could be a significant impediment to Parrot's progress. 7 8 == Things To Think About == 9 * svn-properties - What do we want to do with them? For the most part, they seem useless. 10 * External dependencies - Currently NQP-rx is copied manually into the Parrot repo by pmichaud++ when the time is right. We could set up NQP-rx as a git submodule, such that when you check out the Parrot git repo, it would checkout the NQP-rx git repo in a subdirectory, such as ext/nqp-rx.