[Kde-scm-interest] cvs2svn converted tag created from branch
Niko Sams
niko.sams at gmail.com
Sat Mar 13 09:57:57 CET 2010
Hi,
I still working on quanta conversion and need some advice (Thiago?) on
this commit:
http://websvn.kde.org/?view=revision&revision=212623
The thing is tag 3.1.0 has been created from branch 3.1, but cvs2svn did this
by copying /trunk, removing unneded stuff and copying the individual
files from 3.1.
Very simplified rules that show just this problem are below, they can
be run very quickly with
--resume-from 190000 --max-rev 200000
thanks,
Niko
-----
create repository quanta
end repository
match /trunk/quanta/
repository quanta
branch master
end match
match /branches/QUANTA_3_1_BRANCH/$
action recurse
end match
match /branches/QUANTA_3_1_BRANCH/quanta/
repository quanta
branch 3.1
end match
match /tags/QUANTA_3_1/$
action recurse
end match
match /tags/QUANTA_3_1/quanta/
repository quanta
branch 3.1.0
end match
# Ignore everything else
match /
end match
More information about the Kde-scm-interest
mailing list