From owner-svn-src-all@FreeBSD.ORG Fri Sep 23 18:20:47 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84BAA1065691 for ; Fri, 23 Sep 2011 18:20:47 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out1.tiscali.nl (smtp-out1.tiscali.nl [195.241.79.176]) by mx1.freebsd.org (Postfix) with ESMTP id F01338FC2B for ; Fri, 23 Sep 2011 18:20:46 +0000 (UTC) Received: from [212.182.167.131] (helo=sjakie.klop.ws) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from ) id 1R7A81-00068p-1l for svn-src-all@freebsd.org; Fri, 23 Sep 2011 20:05:37 +0200 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 737C6A901 for ; Fri, 23 Sep 2011 20:05:33 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Cc: svn-src-all@freebsd.org References: <201109221751.p8MHp9UC032919@svn.freebsd.org> Date: Fri, 23 Sep 2011 20:05:33 +0200 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.51 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: Re: svn commit: r225730 - svnadmin/tools X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 18:20:47 -0000 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 =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" >>