svn commit: r208137 - svnadmin/tools
Simon L. Nielsen
simon at FreeBSD.org
Sun May 16 10:51:46 UTC 2010
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)))
More information about the svn-src-svnadmin
mailing list