On Sat, 28 Apr 2007 15:01:14 -0700
Eric Wilhelm <scratchcomputing gmail.com> wrote:
> I don't think there's an option for cvs2svn to do this
any differently.
> You'll have to do it in steps.
Thanks for the pointers! For the records, I used the
options file
at the end of the e-mail.
SVN browser: http
://wxperl.svn.sourceforge.net/viewvc/wxperl/
SVN basic instructions: http://sou
rceforge.net/svn/?group_id=15655
Everybody with write access to CVS should already have
write access to SVN.
wxPerl site update will follow in the morning (time for
bed now).
Regards,
Mattia
symbol_transforms=[
RegexpSymbolTransform(r'^VERSION=0_([0-9_]+)$',
r'release-0.1'),
RegexpSymbolTransform(r'^WXPERL_0_([0-9_]+)_RELEASE$',
r'release-0.1'),
RegexpSymbolTransform(r'^BEFORE_THX$',
r'before_thx'),
RegexpSymbolTransform(r'^DIST_TOOLS_0_01$',
r'release-0.01'),
RegexpSymbolTransform(r'^start$',
r'initial_import'),
RegexpSymbolTransform(r'^BRANCH_ALIEN_WXWIDGETS$',
r'alien_wxwidgets'),
]
ctx.add_project(
Project(
r'wxperl-cvsbackup/Alien-wxWidgets',
'Alien-wxWidgets/trunk',
'Alien-wxWidgets/branches',
'Alien-wxWidgets/tags',
symbol_transforms=symbol_transforms,
)
)
ctx.add_project(
Project(
r'wxperl-cvsbackup/dist-tools',
'dist-tools/trunk',
'dist-tools/branches',
'dist-tools/tags',
symbol_transforms=symbol_transforms,
)
)
ctx.add_project(
Project(
r'wxperl-cvsbackup/WebSite',
'WebSite/trunk',
'WebSite/branches',
'WebSite/tags',
symbol_transforms=symbol_transforms,
)
)
ctx.add_project(
Project(
r'wxperl-cvsbackup/wxDemo',
'wxDemo/trunk',
'wxDemo/branches',
'wxDemo/tags',
symbol_transforms=symbol_transforms,
)
)
ctx.add_project(
Project(
r'wxperl-cvsbackup/wxFSLWP',
'wxFSLWP/trunk',
'wxFSLWP/branches',
'wxFSLWP/tags',
symbol_transforms=symbol_transforms,
)
)
ctx.add_project(
Project(
r'wxperl-cvsbackup/wxGLCanvas',
'wxGLCanvas/trunk',
'wxGLCanvas/branches',
'wxGLCanvas/tags',
symbol_transforms=symbol_transforms,
)
)
ctx.add_project(
Project(
r'wxperl-cvsbackup/wxPerl',
'wxPerl/trunk',
'wxPerl/branches',
'wxPerl/tags',
symbol_transforms=symbol_transforms,
)
)
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
wxperl-users mailing list
wxperl-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxperl-use
rs
|