Subversion problems
Thiago Macieira
thiago.macieira at kdemail.net
Thu Feb 17 11:10:44 GMT 2005
Stephan Kulow wrote:
>Right, but I'm already having a script to map the paths cvs2svn created
> and I can add more to it. So this is the least of our problems I guess.
> But in general you're right, that the general cleanup speaks for a
> short period of moving too.
Which, in turn, means: people should either close their branches and merge
them to HEAD before the move, or properly label them.
I have a working script to rename the properly-labeled ones[1].
There are too many make[-_]it.* branches and before.* tags that are
meaningless. Quite possibly overlapping as well.
[1] Here's it
#/usr/bin/perl -p
s,^([A-Za-z0-9]+)[-_]?,\1/,;
s/[-_]?(RELEASE|BRANCH)//i;
while (/\d[_-]\d/) { s/(\d)[_-](\d)/\1.\2/; }
s/_/-/g;
tr/A-Z/a-z/;
--
Thiago Macieira - thiago (AT) macieira (DOT) info
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
2. Tó cennan his weorc gearu, ymbe se circolwyrde, wearð se cægbord and se
leohtspeccabord, and þa mýs cómon lator. On þone dæg, he hine reste.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20050217/8bc79541/attachment.sig>
More information about the kde-core-devel
mailing list