NavicoOS / ac2git

Tool to convert an AccuRev repository to Git.
29 stars 15 forks source link

Should we handle Accurev mkrule, incl, incldo, excl commands as Git sparse checkouts? #89

Open ghost opened 8 years ago

ghost commented 8 years ago

Accurev's mkrule, incl, incldo and excl commands map to Git's sparse checkout (implemented with the git read-tree command).

I have not seen a depot that used these commands so I cannot say whether the existing algorithm covers these cases with certainty but I suspect that nothing special needs to be done for the script to handle this correctly. The only mechanism that may be affected is the populate method which nobody uses anyway.

Hence, I will simply record this thought here and leave it for later.