Index: user/uqs/git_conv/freebsd-ports.rules =================================================================== --- user/uqs/git_conv/freebsd-ports.rules (revision 277399) +++ user/uqs/git_conv/freebsd-ports.rules (revision 277400) @@ -1,21 +1,26 @@ # vi:ft=perl: create repository freebsd-ports.git end repository match /head/ repository freebsd-ports.git branch master end match # ignore this stuff match /svnadmin/.* end match match /(branches|tags)/([A-Z0-9_]+)/ repository freebsd-ports.git branch \1/\2 end match +match /(projects)/([^/]+)/ + repository freebsd-ports.git + branch \1/\2 +end match + # ignore the rest, XXX temp only #match .* #end match