Re: Git(Hub) and CVS

2018-01-20 Thread Kristaps Dzonsons
> I'm guessing the cvs2git version changed in the upgrade and the new version > generates different commit hashes from the old one. You can verify this by > comparing how a known commit shows up on the GitHub UI vs. a git log of a > recent cvs2git conversion: if the "commit XXX" strings

Re: Git(Hub) and CVS

2018-01-20 Thread Kristaps Dzonsons
>> I know many here are using CVS, and many are also using git, so I wonder >> if anybody can help me. On BSD.lv, I push my CVS repositories (kcgi, >> sblg, etc.) to GitHub from time to time using a cvs2git script. It goes >> as follows, shortened and pseudonymised: >> >> REPO=$1 # e.g., kcgi

Re: Git(Hub) and CVS

2018-01-19 Thread Lari Rasku
I'm guessing the cvs2git version changed in the upgrade and the new version generates different commit hashes from the old one. You can verify this by comparing how a known commit shows up on the GitHub UI vs. a git log of a recent cvs2git conversion: if the "commit XXX" strings differ,

Re: Git(Hub) and CVS

2018-01-19 Thread Anton Lindqvist
On Fri, Jan 19, 2018 at 01:43:08PM +0700, Kristaps Dzonsons wrote: > I know many here are using CVS, and many are also using git, so I wonder > if anybody can help me. On BSD.lv, I push my CVS repositories (kcgi, > sblg, etc.) to GitHub from time to time using a cvs2git script. It goes > as

Git(Hub) and CVS

2018-01-18 Thread Kristaps Dzonsons
I know many here are using CVS, and many are also using git, so I wonder if anybody can help me. On BSD.lv, I push my CVS repositories (kcgi, sblg, etc.) to GitHub from time to time using a cvs2git script. It goes as follows, shortened and pseudonymised: REPO=$1 # e.g., kcgi cd /tmp/cvs2git