Changes between Version 3 and Version 4 of GitTransition
- Timestamp:
- 01/26/10 20:13:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitTransition
v3 v4 8 8 == Things To Think About == 9 9 * svn-properties - What do we want to do with them? For the most part, they seem useless. 10 11 coke: when switching partcl to git I ripped these out and haven't needed them since. We might to investigate a branch in svn without them that we can merge to trunk just before the cutover. 12 10 13 * 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. 14 15 Coke: this might be nice to have; I know we could do this with svn/svn-externals but chose not to. We would certainly want the ability to lock it against a particular revision of the external repo.