Date: Sat, 2 Jan 2010 01:47:07 +0100 From: Oliver Pinter <oliver.pntr@gmail.com> To: jhell <jhell@dataix.net> Cc: Ed Schouten <ed@80386.nl>, stable@freebsd.org, FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: Re: something fails with svn Message-ID: <6101e8c41001011647h4717c699gfac48b9a38884791@mail.gmail.com> In-Reply-To: <6101e8c41001011632y2e72e8fbw8869d376f3616e5d@mail.gmail.com> References: <6101e8c40912291418w25b46700hb14c53ee414010da@mail.gmail.com> <alpine.BSF.2.00.0912292328280.1924@qvzrafvba.5c.ybpny> <20091231111843.GT64905@hoeg.nl> <alpine.BSF.2.00.0912312138140.39007@qvzrafvba.5c.ybpny> <20100101112417.GU64905@hoeg.nl> <4B3E9166.90809@DataIX.net> <6101e8c41001011632y2e72e8fbw8869d376f3616e5d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
and the newest log: ____ M COPYRIGHT r201336 =3D a1f0e71ec85d326f0cb79b829129279961a36ed9 (refs/remotes/git-svn) M lib/libc/gen/time.3 M lib/libc/sys/clock_gettime.2 Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head/lib/libc/stdtime 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 r201363 =3D b04276d84884164bf0878eb7d11f3100bcdcd3a0 (refs/remotes/git-svn) 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/contr= ib/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 r201365 =3D 4ad205e7e4ca78fc6ac8e5e9ea81b2199339917f (refs/remotes/git-svn) First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/git-svn. >From /usr/data/source/git/7-STABLE 00e48c1..4ad205e master -> origin/master Merge made by recursive. COPYRIGHT | 2 +- lib/libc/gen/time.3 | 1 + lib/libc/sys/clock_gettime.2 | 55 +++++++++++++++++++++++++++++++++-----= --- 3 files changed, 46 insertions(+), 12 deletions(-) ____ the master local git repo don't touched, only synced with freebsd's svn repo, and the local commit are in second git tree commited, say it as: ~/src/, and the master is /usr/data/source/git/7-STABLE - this is a simple _git svn rebase_ based git tree. the command with synced the tree is: alias src_update '(cd /usr/data/source/git/7-STABLE.git; git svn rebase; cd ~/src; git pull) |& less' so, the all process show as this: 1) cd /usr/data/source/git/7-STABLE.git # can't comment.. 2) git svn rebase # this fetched the source from svn://svn.freebsd.org/base/stable/7, and then updated the git repo 3) cd ~/src # can't comment.. 4) git pull # this fetched from the GIT repo the source, this runned without error So, the error is somewhere in process 2). And the errors in log is recently this files: svn://svn.freebsd.org/base/stable/7/head/lib/libc/stdtime svn://svn.freebsd.org/base/stable/7/vendor/tzcode/dist/libc/stdtime svn://svn.freebsd.org/base/stable/7/head svn://svn.freebsd.org/base/stable/7/head/lib/libc svn://svn.freebsd.org/base/stable/7/vendor/tzcode/dist/libc svn://svn.freebsd.org/base/stable/7/head/sys/cddl/contrib/opensolaris svn://svn.freebsd.org/base/stable/7/head/sys svn://svn.freebsd.org/base/stable/7/stable/8/sys svn://svn.freebsd.org/base/stable/7/user/kmacy/releng_7_2_fcs/sys svn://svn.freebsd.org/base/stable/7/user/peter/kinfo/sys svn://svn.freebsd.org/base/stable/7/head/sys/contrib/dev/acpica svn://svn.freebsd.org/base/stable/7/head/sys/contrib/pf svn://svn.freebsd.org/base/stable/7/stable/8/sys/contrib/pf svn://svn.freebsd.org/base/stable/7/user/peter/kinfo/sys/contrib/pf when you see the PATHs, then its showed as: 7-STABLE_base_path+"do something else" and at the end, i synced with this process my source code over one year, but it showed since ~1 week, as the first mail wroted.. On 1/2/10, Oliver Pinter <oliver.pntr@gmail.com> wrote: > the problem is at a standstill above always, only I did not see a > sense so since I did not receive constructive feedback v=E9=E1aszolni... > otherwise i tested more things, but the situation did not change. > > // sorry for bad english, but I never learned it.. > > On 1/2/10, jhell <jhell@dataix.net> wrote: >> On 1/1/2010 6:24 AM, Ed Schouten wrote: >>> * jhell<jhell@DataIX.net> wrote: >>>> With those remarks I will leave it up to your honed skills to figure >>>> out. >>> >>> If you don't have anything constructive to say, please refrain from >>> responding to any message on these lists. The purpose of these lists is >>> to help each other. >>> >> >> You know really... I did not see anything that you have replied with to >> be constructive criticism "At all". >> >> And personally if you really want to reply with remarks of "Would you >> mind sharing your findings Sherlock Holmes" You can then keep your >> comments to your self as I do not find them useful and my name is not >> Sherlock Holmes. >> >> Secondly I would expect a much more intelligent remark to come from >> someone with your background but I guess that comes with age. >> >> So my suggestion in constructiveness to you would be to think harder >> before you critique a post of the very same nature as the one you posted= . >> >> As regards to the OP the email was meant as a confirmation to the author >> that the problem did lye on his end and that by paying closer attention >> to "the paths" that were displayed in the OP would have revealed the >> problem. >> >> -- >> >> jhell >> >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6101e8c41001011647h4717c699gfac48b9a38884791>