How do I see the SVN revisions in the new repo? I tried git log --show-notes, but no joy. I'm fetching the notes, I thought: [remote "origin"] url = https://cgit-beta.freebsd.org/src.git fetch = +refs/heads/*:refs/remotes/origin/* fetch = +refs/notes/*:refs/gitbeta/notes/* with/without gitbeta in the notes line what am I doing wrong? Warner