Re: A good Git technique for referring back to original files

2013-02-13 Thread MikeW
MikeW yahoo.co.uk> writes: > > Paul Campbell kemitix.net> writes: > > > > > Hi Mike, > > > > I think git-cvsimport and git-subtree could help you here. > > > > That looks very interesting, had not considered git subtree and it looks l

Re: A good Git technique for referring back to original files

2013-02-13 Thread MikeW
Paul Campbell kemitix.net> writes: > > Hi Mike, > > I think git-cvsimport and git-subtree could help you here. > That looks very interesting, had not considered git subtree and it looks like the right kind of method. Thanks. Mike > Hope that helps. > > -- > Paul > ... Super-Snip ... > >

Re: A good Git technique for referring back to original files

2013-02-12 Thread MikeW
Matthieu Moy grenoble-inp.fr> writes: > > MikeW 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 understan

A good Git technique for referring back to original files

2013-02-12 Thread MikeW
od at tracking file content, I wondered whether there was any technique using git that would simplify the back-referencing task. Failing a method using git 'normally', perhaps building a script on top of the git file system might be a possibility - if that is feasible ... Thank