something fails with svn

Oliver Pinter oliver.pntr at gmail.com
Sat Jan 2 02:34:32 UTC 2010


hmmm, it's look like this:
http://lists-archives.org/git/707921-git-svn-memoize-conversion-of-svn-merge-ticket-info-to-git-commit-ranges.html

git releated change is the source of the warnings..

and the git is updated at  Dec 28 20:39
ll /usr/local/bin/git
-rwxr-xr-x  95 root  wheel  1066766 Dec 28 20:39 /usr/local/bin/git

so i have this workaround:

--8<--
alias src_update '(cd /usr/data/source/git/7-STABLE.git; '\
                'git svn rebase' \
                '| grep -E -v "^Couldn.t find revmap for
svn://svn\.freebsd\.org/base/stable/7";' \
                'cd ~/src;' \
                'git pull)' \
                '|& less'
--8<--

and sorry for noise..

ps.:
added the git patch author to cc

On 1/2/10, Oliver Pinter <oliver.pntr at gmail.com> wrote:
> yeah, but svn.freebsd.org/base/stable/7/head don't exist.
>
> git svn log -v
>
> some of broken infos find in this commit:
>
> r200570 | stas | 2009-12-15 11:34:05 +0100 (Tue, 15 Dec 2009) | 23 lines
> Changed paths:
>    M share/man/man4/bge.4
>    M sys/dev/bge/if_bge.c
>    M sys/dev/bge/if_bgereg.h
>
> - MFC r197832, r197834, r197837:
>   - Add support for new BGE chips (5761, 5784 and 57780).  These chips uses
> new
>     BGE_PCI_PRODID_ASICREV register to store the chip identifier and its
> revisio
> n.
>   - Add new grouping macro for 7575+ chips (BGE_IS_5755_PLUS).
>   - Add IDs for Fujitsu-branded Broadcom adapters.
>> PR:            If a GNATS PR is affected by the change.
>> Submitted by:  If someone else sent in the change.
>> Reviewed by:   If someone else reviewed your modification.
>> Approved by:   If you needed approval for this commit.
>> Obtained from: If the change is from a third party.
>> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
>> Security:      Vulnerability reference (one per line) or description.
>> Empty fields above will be automatically removed.
>
> _M   7/share/man/man4
> M    7/share/man/man4/bge.4
> _M   7/sys
> M    7/sys/dev/bge/if_bgereg.h
> M    7/sys/dev/bge/if_bge.c
> _M   7/sys/contrib/pf
> _M   7/sys/contrib/dev/acpica
> _M   7/sys/cddl/contrib/opensolaris
>
>
> On 1/2/10, Ryan Stone <rysto32 at gmail.com> wrote:
>>> 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
>>>
>>
>> It looks like the error is on the line I've highlighted(note that it's
>> trying to fetch files under svn://svn.freebsd.org/base/stable/7/head,
>> which clearly won't work).  I don't know anything about git so I can't
>> give advice as to how to accomplish what you're trying to do.
>>
>


More information about the freebsd-hackers mailing list