Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2010 10:51:45 +0000 (UTC)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org
Subject:   svn commit: r208137 - svnadmin/tools
Message-ID:  <201005161051.o4GApjMx078634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: simon
Date: Sun May 16 10:51:45 2010
New Revision: 208137
URL: http://svn.freebsd.org/changeset/base/208137

Log:
  Checkpoint svn2cvs script:
  
  - Add latest hacks needed for things CVS doesn't understand but
    SVN does.  They are disabled but kepts here in case we want to
    know later what was done.
  - Add 7.4 branch - I don't know if it will exists but it's
    simpler to add new braches when the exporter is stopped anyway.

Modified:
  svnadmin/tools/export.py

Modified: svnadmin/tools/export.py
==============================================================================
--- svnadmin/tools/export.py	Sun May 16 10:23:33 2010	(r208136)
+++ svnadmin/tools/export.py	Sun May 16 10:51:45 2010	(r208137)
@@ -204,6 +204,7 @@ maptable = [
   ( 'releng/7.1/',   'RELENG_7_1' ),
   ( 'releng/7.2/',   'RELENG_7_2' ),
   ( 'releng/7.3/',   'RELENG_7_3' ),
+  ( 'releng/7.4/',   'RELENG_7_4' ),
   ( 'releng/8.0/',   'RELENG_8_0' ),
   ( 'releng/8.1/',   'RELENG_8_1' ),
 ]
@@ -325,8 +326,14 @@ def exportrev(pool, fs_ptr, rev, cvspath
     #  continue
     #if p == 'head/lib/libc/stdio/asprintf.c' and k == 'D':
     #  continue
-    if p == 'head/tools/build/options/WITH_BIND_LIBS' and k == 'A' and rev == 193280:
-      continue
+    #if p == 'head/tools/build/options/WITH_BIND_LIBS' and k == 'A' and rev == 193280:
+    #  continue
+    #if p == 'head/usr.bin/csup/Makefile' and k == 'D' and rev == 204556:
+    #  continue
+    #if p == 'stable/8/release/picobsd/floppy.tree/sbin' and k == 'A' and rev == 204868:
+    #  continue
+    #if p == 'stable/8/release/picobsd/floppy.tree/sbin' and k == 'D':
+    #  continue
     makedirs(workpath, _dirname(path), 'src')
     # Now the directory for the files must exist, and branch tag will be sticky
     assert os.path.isdir(os.path.join(workpath, _dirname(path)))



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