Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2011 20:05:33 +0200
From:      "Ronald Klop" <ronald-freebsd8@klop.yi.org>
Cc:        svn-src-all@freebsd.org
Subject:   Re: svn commit: r225730 - svnadmin/tools
Message-ID:  <op.v19wjjq28527sy@212-182-167-131.ip.telfort.nl>
In-Reply-To: <alpine.BSF.2.00.1109231940260.91506@woozle.rinet.ru>
References:  <201109221751.p8MHp9UC032919@svn.freebsd.org> <alpine.BSF.2.00.1109231940260.91506@woozle.rinet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
I'm not authoritative in this. But why does the freebsd project not end =20
cvs support? It is not that the world stopped after cvs and it only takes=
 =20
time from other tasks IMHO.

Ronald.

On Fri, 23 Sep 2011 17:43:32 +0200, Dmitry Morozovsky <marck@rinet.ru> =20
wrote:

> Dear Simon/colleagues,
>
> it seems CVS exporter has missed quite a bit of files when creating =20
> fictious
> RELENG_9:
>
>> head /FreeBSD/ncvs/src/Makefile,v
> head    1.392;
> access;
> symbols
>         RELENG_7_4_0_RELEASE:1.341.2.8.2.1
>         RELENG_8_2_0_RELEASE:1.358.2.3.4.1
>         RELENG_7_4:1.341.2.8.0.2
>         RELENG_7_4_BP:1.341.2.8
>         RELENG_8_2:1.358.2.3.0.4
>         RELENG_8_2_BP:1.358.2.3
>         RELENG_8_1_0_RELEASE:1.358.2.3.2.1
>
> And, naturally, at the root level of RELENG_9 CVS checkout, there is on=
ly
> Makefile.mips, no Makefile and Makefile.inc1
>
>
> On Thu, 22 Sep 2011, Simon L. Nielsen wrote:
>
>> Author: simon
>> Date: Thu Sep 22 17:51:09 2011
>> New Revision: 225730
>> URL: http://svn.freebsd.org/changeset/base/225730
>>
>> Log:
>>   - Add 9.0 (stable and releng) branches to svn2cvs mapping. [1]
>>   - Checkpoint current list of hacks mainly to handle support for
>>     'Replaced' files.
>>
>>   Requested by:	kensmith
>>
>> Modified:
>>   svnadmin/tools/export.py
>>
>> Modified: svnadmin/tools/export.py
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>> --- svnadmin/tools/export.py	Thu Sep 22 12:53:27 2011	(r225729)
>> +++ svnadmin/tools/export.py	Thu Sep 22 17:51:09 2011	(r225730)
>> @@ -175,6 +175,7 @@ maptable =3D [
>>    ( 'stable/6/',     'RELENG_6' ),
>>    ( 'stable/7/',     'RELENG_7' ),
>>    ( 'stable/8/',     'RELENG_8' ),
>> +  ( 'stable/9/',     'RELENG_9' ),
>>    # errata / security / releng branches
>>    ( 'releng/ALPHA_2_0/','ALPHA_2_0' ),
>>    ( 'releng/BETA_2_0/', 'BETA_2_0' ),
>> @@ -209,6 +210,7 @@ maptable =3D [
>>    ( 'releng/8.1/',   'RELENG_8_1' ),
>>    ( 'releng/8.2/',   'RELENG_8_2' ),
>>    ( 'releng/8.3/',   'RELENG_8_3' ),
>> +  ( 'releng/9.0/',   'RELENG_9_0' ),
>>  ]
>>
>>  def map2cvs(svnpath):
>> @@ -336,6 +338,54 @@ def exportrev(pool, fs_ptr, rev, cvspath
>>      #  continue
>>      #if p =3D=3D 'stable/8/release/picobsd/floppy.tree/sbin' and k =3D=
=3D 'D':
>>      #  continue
>> +    #if p =3D=3D 'head/contrib/llvm/tools/clang/www/demo/what is this=
 =20
>> directory.txt.' and k =3D=3D 'A':
>> +    #  continue
>> +    #if p =3D=3D =20
>> 'head/contrib/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp' and=
 =20
>> k =3D=3D 'D' and rev =3D=3D 210299:
>> +    #  continue
>> +    #if p =3D=3D =20
>> 'head/contrib/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h' and k=
 =20
>> =3D=3D 'D' and rev =3D=3D 210299:
>> +    #  continue
>> +    #if p =3D=3D 'head/sys/contrib/octeon-sdk/cvmx-interrupt-handler.=
S' =20
>> and k =3D=3D 'D' and rev =3D=3D 215990:
>> +    #  continue
>> +    #if p =3D=3D 'head/sys/contrib/octeon-sdk/cvmx-log-arc.S' and k =3D=
=3D 'D' =20
>> and rev =3D=3D 215990:
>> +    #  continue
>> +    #if p =3D=3D 'head/contrib/binutils/ld/emultempl/mipself.em' and =
k =3D=3D =20
>> 'D' and rev =3D=3D 218822:
>> +    #  continue
>> +    #if p =3D=3D 'head/contrib/binutils/libiberty/pexecute.c' and k =3D=
=3D 'D' =20
>> and rev =3D=3D 218822:
>> +    #  continue
>> +    #if p =3D=3D 'head/sys/modules/cxgbe/Makefile' and k =3D=3D 'D' a=
nd rev =3D=3D =20
>> 220231:
>> +    #  continue
>> +    if p =3D=3D 'head/share/man/man4/geom_map.4' and k =3D=3D 'D' and=
 rev =3D=3D =20
>> 222813:
>> +      continue
>> +    if p =3D=3D 'head/sys/dev/iicbus/ad7417.c' and k =3D=3D 'D' and r=
ev =3D=3D =20
>> 222813:
>> +      continue
>> +    if p =3D=3D 'head/sys/nfs/nfs_kdtrace.h' and k =3D=3D 'D' and rev=
 =3D=3D =20
>> 222813:
>> +      continue
>> +    if p =3D=3D 'head/sys/sys/_stdint.h' and k =3D=3D 'D' and rev =3D=
=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/build/options/WITHOUT_GPIO' and k =3D=3D =
'D' and =20
>> rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/build/options/WITH_OFED' and k =3D=3D 'D'=
 and rev =20
>> =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/builtins/set1.0' and k =
=3D=3D =20
>> 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote1.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote2.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote3.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote4.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote5.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote6.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote7.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote8.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>> +    if p =3D=3D 'head/tools/regression/bin/sh/parser/dollar-quote9.0'=
 and =20
>> k =3D=3D 'D' and rev =3D=3D 222813:
>> +      continue
>>      makedirs(workpath, _dirname(path), 'src')
>>      # Now the directory for the files must exist, and branch tag will=
 =20
>> be sticky
>>      assert os.path.isdir(os.path.join(workpath, _dirname(path)))
>> @@ -380,6 +430,7 @@ def export(pool, repos_path, cvspath):
>>        print '=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> export rev ' + rev
>>        exportrev(pool, fs_ptr, last_rev + 1, cvspath)
>>        fs.change_rev_prop(fs_ptr, 0, 'fbsd:lastexp', rev)
>> +      #return
>>        continue
>>      print "."
>>      time.sleep(15)
>> _______________________________________________
>> svn-src-all@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/svn-src-all
>> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
>>



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