Re: git and gitweb inconsistencies

From: Sven Verdoolaege <skimo@kotnet.org>
Date: 2005-10-23 21:59:39
On Sat, Oct 22, 2005 at 08:14:12PM -0400, Chris Shoemaker wrote:
> A few days later, I ran git-cvsimport again, with -i.  This imported
> just the recent changes, but the view from gitweb didn't change.  :(

Are you sure you didn't just create a new import *inside* the old import ?
Do you have, say, both an 'objects' and a '.git/objects' directory ?

> $ echo `git-rev-list tip --max-count=1` > refs/heads/mytest
> $ git-cat-file -t `cat refs/heads/mytest`

That should be

git-update-ref refs/heads/mytest tip
(the new head will appear in .git/refs/heads/mytest, 
unless you've set GIT_DIR)
git-cat-file -t mytest


skimo
-
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.html
Received on Sun Oct 23 22:00:31 2005

This archive was generated by hypermail 2.1.8 : 2005-10-23 22:00:35 EST