Changes between Version 3 and Version 4 of GitTransition

Show
Ignore:
Timestamp:
01/26/10 20:13:30 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitTransition

    v3 v4  
    88== Things To Think About == 
    99 * svn-properties - What do we want to do with them? For the most part, they seem useless. 
     10 
     11coke: 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 
    1013 * 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 
     15Coke: 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.