[Kde-scm-interest] Re: Using svn2git to capture only a couple of files in a directory
Nicolas Alvarez
nicolas.alvarez at gmail.com
Fri Dec 24 06:21:40 CET 2010
Michael Pyne wrote:
> As a followup, I've tried adding a "prefix /" to the applicable rules to
> force there to be some path component in the resultant filename.
Okay, this is a bit disgusting, but it works (at least in the 411384-420000
revision range you were converting):
match /trunk/KDE/kdesdk/scripts/(kdesvn-build.*)
repository kdesrc-build
branch master
prefix /\1
min revision 414006
max revision 1143245
end match
match /trunk/KDE/kdesdk/scripts/(kdesrc-build.*)
repository kdesrc-build
prefix /\1
min revision 1143246
branch master
end match
--
Nicolas
More information about the Kde-scm-interest
mailing list