Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2010 14:32:34 -0800
From:      "Kevin Oberman" <oberman@es.net>
To:        noackjr@alumni.rice.edu
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>, stable@freebsd.org
Subject:   Re: something fails with svn 
Message-ID:  <20100103223234.8B7C31CC0C@ptavv.es.net>
In-Reply-To: Your message of "Sun, 03 Jan 2010 15:04:30 EST." <6b03c98ec492c38358083cfef0cfd541.squirrel@www.noacks.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Sun, 3 Jan 2010 15:04:30 -0500
> From: "Jonathan Noack" <noackjr@alumni.rice.edu>
> Sender: owner-freebsd-stable@freebsd.org
> 
> On Tue, December 29, 2009 23:33, jhell wrote:
> > On Tue, 29 Dec 2009 17:18, oliver.pntr@ wrote:
> >> Hi list!
> >>
> >> Something fails, when updated the FreeBSD's svn repo to git. Since
> >> yesterday I get this warning:
> >> $ git svn rebase
> >>
> >> ...
> >>        M       sys/boot/pc98/kgzldr/crt.s
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/sys/cddl/contrib/opensolaris
> >> Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head/sys
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/stable/8/sys
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/user/kmacy/releng_7_2_fcs/sys
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/user/peter/kinfo/sys
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/sys/contrib/dev/acpica
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/sys/contrib/pf
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/stable/8/sys/contrib/pf
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/user/peter/kinfo/sys/contrib/pf
> >> r201153 = 2a0c8903699f2e4ff17312c753e335424eeac5e3
> >> (refs/remotes/git-svn)
> >>        M       sys/powerpc/conf/DEFAULTS
> >>        M       sys/sparc64/conf/DEFAULTS
> >>        M       sys/ia64/conf/DEFAULTS
> >>        M       sys/sun4v/conf/DEFAULTS
> >>        M       sys/pc98/conf/DEFAULTS
> >>        M       sys/i386/conf/DEFAULTS
> >>        M       sys/amd64/conf/DEFAULTS
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/sys/cddl/contrib/opensolaris
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/sys/contrib/dev/acpica
> >> Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head/sys
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/sys/contrib/pf
> >> r201164 = c4051399b1b56820b010acba9f5f0e2953f5be70
> >> (refs/remotes/git-svn)
> >>        M       etc/rc.d/named
> >>        M       etc/mtree/BIND.chroot.dist
> >>        M       etc/namedb/named.conf
> >> Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head/etc
> >> r201173 = d70d011b0c38f8a35845a3a63e6ba60f2f04774b
> >> (refs/remotes/git-svn)
> >>        M       usr.sbin/zic/Theory
> >>        M       lib/libc/stdtime/tzfile.5
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/vendor/tzcode/dist/libc/stdtime
> >> Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/lib/libc
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/vendor/tzcode/dist/libc
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/head/usr.sbin/zic
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/vendor/tzcode/dist
> >> Couldn't find revmap for
> >> svn://svn.freebsd.org/base/stable/7/vendor/tzcode/dist/zic
> >> r201184 = 47c9db23979a71f805ff5f11d0574ae1ed83a581
> >> (refs/remotes/git-svn)
> >> ...
> >>
> >>
> >> the git config is:
> >>
> >> [core]
> >>        repositoryformatversion = 0
> >>        filemode = true
> >>        bare = false
> >>        logallrefupdates = true
> >> [svn-remote "svn"]
> >>        url = svn://svn.freebsd.org/base/stable/7
> >>        fetch = :refs/remotes/git-svn
> >>
> >> Is this a user error (my), or it's an mismerge or repo fail git / or
> >> freebsd's svn?
> >
> > SVN never has problems "It's powered by FreeBSD ;)"
> >
> > Take a look at your git config. The problem lies there and is very
> > visible. After you are done fixing that re-read the whole email that you
> > posted.
> 
> I'd appreciate an explanation -- sounds like the OP, myself, and at least
> one other person haven't figured it out yet.

No, the OP has it figured out, so it's just you and a a few others who
may have missed the last message in the thread.

The problem was a change in the importation of svn into git with the
latest update to git on 12/28. It required a modification of the git
configuration...otherwise the import failed. I am not git-aware, so I
suggest reading the final message from Oliver sent on 1/1 at 18:24 -8.

He points out the thread on the git list that explained the work-around:
http://lists-archives.org/git/707921-git-svn-memoize-conversion-of-svn-merge-ticket-info-to-git-commit-ranges.html
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100103223234.8B7C31CC0C>