This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb_7_3-branch not buildable?


Jim Meyering <jim@meyering.net> writes:

> That's many more differences than I expected,
> so maybe something is going wrong with the mirroring
> mechanism (note that git's top-level ChangeLog has four
> commits from april 4 that are not in git-cvs's ChangeLog file).

git-cvsimport can easily be confused by a branch that is created from a
point back in time.  That's a fundamental restriction of cvsps, because
it only tells you about the revision of files that changed on the
branch, but you never know the revision of the files that are unchanged.
To fix that you have to manually reset the branch to the true
branchpoint.  See <git://repo.or.cz/src> for a more precise rendition of
the src repository.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]