-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexist-svn.rules
337 lines (265 loc) · 7.75 KB
/
exist-svn.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
# The conversion of the eXist-db Subversion to Git took place on Saturday 27 July 2013
# at that time the latest revision in https://svn.code.sf.net/p/exist/code/ was 18779
create repository exist
end repository
create repository vim-plugin
end repository
create repository eclipse-plugin
end repository
create repository documentation
end repository
create repository demo-apps
end repository
create repository function-documentation
end repository
create repository public-xar-repo
end repository
create repository xsltforms-xar
end repository
create repository xsltforms-demo-app
end repository
create repository matumi
end repository
create repository tamboti
end repository
# ignore the SVN-adjusting commits
match /
min revision 18277
max revision 18293
end match
# trunk/eXist
match /trunk/eXist/
max revision 18721 # final subversion revision before tags/eXist-2.1
repository exist
branch master
end match
# trunk/eXist <- trunk/eXist-1.0@4757 (rev 4758)
match /trunk/eXist-1.0/
max revision 9972 # was moved to attic/eXist-1.0 in 9973
repository exist
branch eXist-1.0-trunk # we already have branches/eXist-1.0.x and branches/eXist-1.0
end match
# trunk/eXist-1.0/src <- branches/DLN/eXist-1.0/src@4756 (rev 4757)
match /branches/DLN/eXist-1.0/
repository exist
branch dln/eXist-1.0
end match
# branches/DLN <- trunk@2684 (rev 2685)
# dont need we need do anything from here as this is matched by trunk/eXist-1.0 above
# branches/eXist-1.0 <- trunk/eXist-1.0@4754 (rev 4755)
match /branches/eXist-1.0/
max revision 10444 # was moved to stable/eXist-1.0.x in 10445
repository exist
branch eXist-1.0
end match
### taking care of /stable
# stable/eXist-1.0.x <- branches/eXist-1.0@10444 (rev 10445)
match /stable/eXist-1.0.x/
repository exist
branch eXist-1.0.x
end match
# branches/eXist-stable-1.2 <- trunk/eXist@7249 (rev 7250)
match /branches/eXist-stable-1.2/
max revision 10445 # moved to stable/eXist-1.2.x in 10446
repository exist
branch eXist-1.2.x
end match
# stable/eXist-1.2.x <- branches/eXist-stable-1.2@10445 (rev 10446)
match /stable/eXist-1.2.x/
repository exist
branch eXist-1.2.x
end match
# stable/eXist-1.4.x <- trunk/eXist@10446 (rev 10447)
match /stable/eXist-1.4.x/
repository exist
branch eXist-1.4.x
end match
# stable/eXist-2.0.x <- trunk/eXist@17694 (rev 17695)
match /stable/eXist-2.0.x/
min revision 17695 # bad copy done before
repository exist
branch eXist-2.0.x
end match
# branches/rangeindex <- trunk/eXist@18390 (rev 18391)
match /branches/rangeindex/
repository exist
branch feature/lucence-range-index
end match
### taking care of /tags aka releases
# releases/eXist-1.0-rc1 <- trunk/eXist-1.0@3851 (rev 3852)
match /releases/eXist-1.0-rc1/
max revision 8274 # moved to /attic in 8275
repository exist
branch refs/tags/eXist-1.0.RC1
end match
# releases/eXist-1.0-rc2 <- trunk/eXist-1.0@4285 (rev4286)
match /releases/eXist-1.0-rc2/
max revision 8274 # moved to /attic in 8275
repository exist
branch refs/tags/eXist-1.0.RC2
end match
# releases/eXist-1.1-rc2 <- branches/DLN/eXist-1.0@4289 (rev 4290)
match /releases/eXist-1.1-rc2/
max revision 8274 # moved to /attic in 8275
repository exist
branch refs/tags/eXist-1.1.RC2
end match
# releases/eXist-1.1-final/src <- branches/DLN/eXist-1.0/src@4657 (rev 4658)
match /releases/eXist-1.1-final/
max revision 8276 # renamed to /releases/eXist-1.1 in 8277
repository exist
branch refs/tags/eXist-1.1
end match
# releases/eXist-1.0-final <- trunk/eXist-1.0@4658 (rev 4659)
match /releases/eXist-1.0-final/
max revision 8275 # renamed to /releases/eXist-1.0 in 8276
repository exist
branch refs/tags/eXist-1.0
end match
# releases/eXist-1.0.1 <- trunk/eXist-1.0@4723 (rev 4724)
match /releases/eXist-1.0.1/
repository exist
branch refs/tags/eXist-1.0.1
end match
# releases/eXist-1.1.1/src <- branches/DLN/eXist-1.0/src@4723 (rev 4735)
match /releases/eXist-1.1.1/
repository exist
branch refs/tags/eXist-1.1.1
end match
# releases/eXist-1.2 <- trunk/eXist@7248 (rev 7249)
match /releases/eXist-1.2/
min revision 7249 # bad copy done before
repository exist
branch refs/tags/eXist-1.2
end match
# NB 1.2.x releases require branches/eXist-stable-1.2 which is taken care of in stable section above
# releases/eXist-stable-1.2 <- branches/eXist-stable-1.2@7771 (rev 7772)
match /releases/eXist-stable-1.2/
repository exist
branch refs/tags/eXist-1.2.1
end match
# releases/eXist-1.2.1 <- releases/eXist-stable-1.2@7772 (rev 7773)
match /releases/eXist-1.2.1/
repository exist
branch refs/tags/eXist-1.2.1
end match
# releases/eXist-1.2.2 <- branches/eXist-stable-1.2@7812 (rev 7813)
match /releases/eXist-1.2.2/
repository exist
branch refs/tags/eXist-1.2.2
end match
# releases/eXist-1.2.3 <- branches/eXist-stable-1.2@7872 (rev 7873)
match /releases/eXist-1.2.3/
repository exist
branch refs/tags/eXist-1.2.3
end match
# releases/eXist-1.2.4 <- branches/eXist-stable-1.2@8072 (rev 8182)
match /releases/eXist-1.2.4/
repository exist
branch refs/tags/eXist-1.2.4
end match
# releases/eXist-1.2.5 <- branches/eXist-stable-1.2@8668 (rev 8669)
match /releases/eXist-1.2.5/
repository exist
branch refs/tags/eXist-1.2.5
end match
# releases/eXist-1.2.6 <- branches/eXist-stable-1.2@9170 (rev 9171)
match /releases/eXist-1.2.6/
repository exist
branch refs/tags/eXist-1.2.6
end match
# tags/eXist-1.3.0-dev <- trunk/eXist@9966 (rev 9967)
match /tags/eXist-1.3.0-dev/
max revision 15948 # renamed to attic/eXist-1.3.0-dev in 15949
repository exist
branch refs/tags/eXist-1.3
end match
# releases/eXist-1.4 <- trunk/eXist@10442 (rev 10443)
match /releases/eXist-1.4/
min revision 10443 # bad copy done before
repository exist
branch refs/tags/eXist-1.4
end match
# NB 1.4.x releases require stable/eXist-stable-1.4 which is taken care of in stable section above
# releases/eXist-1.4.1 <- stable/eXist-1.4.x@15155 (rev 15156)
match /releases/eXist-1.4.1/
repository exist
branch refs/tags/eXist-1.4.1
end match
# releases/eXist-2.0-tech-preview <- trunk/eXist@15855 (rev 15886)
match /releases/eXist-2.0-tech-preview/
max revision 15886 # renamed to tags/eXist-2.0-tech-preview in 15891, and later re-copied in 15945
repository exist
branch refs/tags/eXist-2.0.Alpha1
end match
# releases/eXist-1.4.3 <- trunk/eXist@16255 (rev 16256)
match /releases/eXist-1.4.3/
min revision 16256 # bad copy before
repository exist
branch refs/tags/eXist-1.4.3
end match
# tags/eXist-2.0 <- trunk/eXist@18252 (rev 18274)
match /tags/eXist-2.0/
repository exist
branch refs/tags/eXist-2.0
end match
# tags/eXist-2.0-RC1 <- trunk/eXist@17686 (rev 18275)
match /tags/eXist-2.0-RC1/
repository exist
branch refs/tags/eXist-2.0.RC1
end match
# tags/eXist-2.0-RC2 <- trunk/eXist@17988 (rev 18276)
match /tags/eXist-2.0-RC2/
repository exist
branch refs/tags/eXist-2.0.RC2
end match
# tags/eXist-2.1 <- trunk/eXist@18721 (rev 18730)
match /tags/eXist-2.1/
repository exist
branch refs/tags/eXist-2.1
end match
# Apps below
match /apps/doc/
repository documentation
branch master
end match
match /apps/demo/
repository demo-apps
branch master
end match
match /apps/fundocs/
repository function-documentation
branch master
end match
match /apps/public-repo/
repository public-xar-repo
branch master
end match
match /apps/xsltforms/
repository xsltforms-xar
branch master
end match
match /apps/XSLTForms-Demo/
repository xsltforms-demo-app
branch master
end match
match /apps/TEIXLingual/
repository matumi
branch master
end match
match /apps/tamboti/
repository tamboti
branch master
end match
#3 rd party below
match /trunk/VIMeXist/
repository vim-plugin
branch master
end match
match /trunk/eclipse_plugin/
repository eclipse-plugin
branch master
end match
# ignore everything else that does not match the above rules
match /([^/]+)/
end match