On 5/25/06, Martin Langhoff <martin.langhoff@xxxxxxxxx> wrote:
On 5/26/06, Cameron McBride <cameron.mcbride@xxxxxxxxx> wrote: > WARN - file 'index' already exists in the git repository This warning means that you are running git-cvsserver off a repo where you also have a checkout. git-cvsserver really expects to be running off a 'naked' or 'bare' repo. For read only ops I think it kind-of works in a 'checkout' repo, but commits are a different story.
hmmm, it is supposed to be a bare repo. perhaps I flubbed something up. Can I safely delete this index file? It's in the repo.git directory. Perhaps it got created on the initial import from CVS (using cvsimport and cvsps)? Cameron - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html