I would like to ditch SVN for Git. My current SVN repository setup has projects under trunk (/trunk/projecta, /trunk/projectb, etc. with tags and b
/trunk/projecta
/trunk/projectb
When the repository layout is quite complex, there is a tool called svn2git which makes it possible to convert a complex repository with a ruleset.
svn2git
You can download it here: http://gitorious.org/svn2git/ The program needs to be compiled, it needs the Qt, Apache and SVN header files.