MikeW <mw_p...@yahoo.co.uk> writes: > Since git is so good at tracking file content, I wondered whether there was > any > technique using git that would simplify the back-referencing task.
I'm not sure I understand the question, but if you want to add meta-data to Git commits (e.g. "this Git commit is revision 42 in CVS repository foo"), then have a look at git-notes. It won't give you directly "reference to other VCS", but at least can be used as a storage mechanism to store these references. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html