On Thursday 03 Nov 2005 18:10, Peter Eriksen wrote: > On Thu, Nov 03, 2005 at 05:41:20PM +0000, Alan Chandler wrote: > > I have a little problem I am trying to solve. Tried a few things and got > > nowhere, so I thought I would ask here. > > > > I have two directories one of which contains a tree of source code that > > was an original software package that I downloaded. The other contains > > the result of some unfinished - but quite substancial changes that I had > > made to that source code. Since this was some time ago, I don't have any > > records, but it is quite possible that I added and removed quite a few > > files. > What I read from this, is that you could do something like (with Git, > but I suppose Cogito is very similar): > > ]cd original > ]git-init-db > ]git-add all-the-files > ]git-commit -m "Initial import" > ]cp -rf ../modified/* . > ]git-status > ...fix things up adding and deleting files > ]git-commit -m "First big change > > The point is, I think git-status will tell you about any > modifications you have made by just overwriting the original > tree with the modified one. The advantage of cg-init (as opposed git-init-db) is that it finds all the files to add. I just did a quick trial of this, and it appears that git-status does not notice deleted or added files. That is one of the major issues that was worrying me - that I didn't miss any of those. There is a manual workaround - I have just run up kdiff3 (from kde) on the two directories and it is showing 59 file differences (as opposed to the 21 reported by git-status). So I could go down them one by one and deal with them. But I was hoping there was an automated method:-( -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Nov 04 05:49:33 2005
This archive was generated by hypermail 2.1.8 : 2005-11-04 05:49:38 EST