-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkdebindings-rules
142 lines (117 loc) · 2.5 KB
/
kdebindings-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
#
# Created by Arno Rehn <[email protected]>
#
create repository KDE/kdebindings
end repository
match /trunk/kdebindings/
repository KDE/kdebindings
branch master
max revision 409202
end match
match /trunk/KDE/kdebindings/
repository KDE/kdebindings
branch master
min revision 409209
end match
#
# kdejava is kdebindings
#
match /trunk/kdejava/
prefix kdejava/
repository KDE/kdebindings
branch master
max revision 409202
end match
#
# smoke2 work branch
# this branch was not properly branched off kdebindings. so it
# won't have a connection to master when viewed in gitk or qgit.
#
match /branches/work/kdebindings-smoke2/
repository KDE/kdebindings
branch smoke2
min revision 688684
max revision 806920
end match
#
# recursion
#
match /branches/KDE/([^/]+)/$
action recurse
end match
#
# branches
#
# svn
match /branches/KDE/([^/]+)A/kdebindings/
repository KDE/kdebindings
branch KDE/\1a
end match
match /branches/KDE/([^/]+)/kdebindings/
repository KDE/kdebindings
branch KDE/\1
end match
# cvs
match /branches/KDE_(\d+)_(\d+)_BRANCH/kdebindings/
repository KDE/kdebindings
branch KDE/\1.\2
max revision 409202
end match
#
# tags
#
# cvs time
match /tags/KDE_(\d+)_(\d+)_RELEASE/kdebindings/
repository KDE/kdebindings
branch KDE/\1.\2.0
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_RELEASE/kdebindings/
repository KDE/kdebindings
branch KDE/\1.\2.0
max revision 85028
min revision 68154
end match
match /tags/KDE_(\d+)_(\d+)_(\d+)_RELEASE/kdebindings/
repository KDE/kdebindings
branch KDE/\1.\2.\3
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_(\d+)[Aa]_RELEASE/kdebindings/
repository KDE/kdebindings
branch KDE/\1.\2.\3a
min revision 192719
max revision 409202
end match
match /tags/KDE_(\d+)_(\d+)_(\d+)_BETA_(\d+)/kdebindings/
repository KDE/kdebindings
branch KDE/\1.\2.\3-beta\4
min revision 376088
max revision 409202
end match
# svn time
match /tags/KDE/([^/]+)A/kdebindings/
repository KDE/kdebindings
branch refs/tags/v\1a
end match
match /tags/KDE/([^/]+)/kdebindings/
repository KDE/kdebindings
branch refs/tags/v\1
end match
match /tags/KDE/3.5.0-alpha1/kdebindings/
repository KDE/kdebindings
branch KDE/3.4.90
min revision 443441
max revision 445561
end match
match /tags/KDE/3.5.0-beta1/kdebindings/
repository KDE/kdebindings
branch KDE/3.4.91
min revision 459298
max revision 460260
end match
#
# ignore everything else
#
match /
end match