-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkdeaccessibility-rules
171 lines (158 loc) · 3.97 KB
/
kdeaccessibility-rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
#
# Created by Jeremy Whiting <jpwhiting@kde.org>
#
#
# The following two additions were made to the account map file
# originally generated from KDE SVN's kde-common/accounts, as it
# didn't cover these authors:
#
# eisfuchs Dario Abatianni <eisfuchs@tigress.com>
# gismore Matthias Gierlings <gismore@users.sourceforge.net>
#
# With those additions, there are no more unaccounted for commit
# authors in the generated repo.
#
# The affected commits were likely from the CVS era, and the
# accounts got renamed in the CVS-to-SVN migration. Dario Aba-
# tianni's (still existing) SVN account name is "abatianni" for
# example.
#
#
# Create the KDE modules
#
create repository KDE/kdeaccessibility
end repository
# during this time(rev 92214 - 409202), kdeaccessibility was directly under trunk
match /trunk/kdeaccessibility/
repository KDE/kdeaccessibility
branch master
min revision 92214
max revision 409202
end match
# Ignore some upheaval in KDE's SVN history.
match /
min revision 409202
max revision 409210
end match
match /
min revision 411973
max revision 411973
end match
match /branches/KDE_(\d+)_(\d+)_BRANCH/kdeaccessibility/
repository KDE/kdeaccessibility
branch KDE/\1.\2
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_RELEASE/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/\1.\2.0
annotated true
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_RELEASE/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/\1.\2.0
annotated true
max revision 85028
min revision 68154
end match
match /tags/KDE_(\d+)_(\d+)_(\d+)_RELEASE/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/\1.\2.\3
annotated true
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_(\d+)[Aa]_RELEASE/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/\1.\2.\3a
annotated true
min revision 192719
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_(\d+)_BETA_(\d+)/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/\1.\2.\3-beta\4
annotated true
min revision 376088
max revision 409202
end match
match /trunk/KDE/kdeaccessibility/
repository KDE/kdeaccessibility
branch master
min revision 409209
end match
match /tags/KDE/3.5.0-alpha1/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/3.4.90
annotated true
min revision 443441
max revision 445561
end match
match /tags/KDE/3.5.0-beta1/kdeaccessibility/
repository KDE/kdeaccessibility
branch refs/tags/KDE/3.4.91
annotated true
min revision 459298
max revision 460260
end match
match /branches/KDE/([^/]+)A/kdeaccessibility/
repository KDE/kdeaccessibility
branch KDE/\1a
min revision 409209
end match
match /branches/KDE/([^/]+)/kdeaccessibility/
repository KDE/kdeaccessibility
branch KDE/\1
min revision 409209
end match
# create branches in each sub-repository
match /branches/KDE/([^/]+)/$
action recurse
min revision 757128
end match
# KMag releases
match /tags/kmag/0.2.0/
min revision 437072
max revision 437072
repository KDE/kdeaccessibility
branch refs/tags/kmag/0.2.0
annotated true
end match
match /tags/kmag/0.4.0/
min revision 437072
max revision 437072
repository KDE/kdeaccessibility
branch refs/tags/kmag/0.4.0
annotated true
end match
match /tags/kmag/0.5.0/
min revision 437072
max revision 437072
repository KDE/kdeaccessibility
branch refs/tags/kmag/0.5.0
annotated true
end match
match /tags/kmag/0.6.0/
min revision 437072
max revision 437072
repository KDE/kdeaccessibility
branch refs/tags/kmag/0.6.0
annotated true
end match
match /tags/kmag/0.7.0/
min revision 437072
max revision 437072
repository KDE/kdeaccessibility
branch refs/tags/kmag/0.7.0
annotated true
end match
match /tags/kmag/0.8.0/
min revision 437072
max revision 437072
repository KDE/kdeaccessibility
branch refs/tags/kmag/0.8.0
annotated true
end match
# Ignore everything else
match /
end match