-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkate-rules
57 lines (46 loc) · 1.04 KB
/
kate-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
#
# Created by Christoph Cullmann <cullmann@kde.org>
#
#
# Create the Kate modules
#
create repository kate-part
end repository
create repository kate-kate
end repository
create repository kate-ktexteditor
end repository
create repository kate-kwrite
end repository
# Ignore some upheaval in KDE's SVN history.
# stolen from konversation-rules
match /
min revision 409202
max revision 409210
end match
match /
min revision 411973
max revision 411973
end match
#
# Kate rules, all stuff, app + part + kwrite
#
match /trunk/(kdelibs|KDE/kdelibs)/(kant|kate|kwrite)/
repository kate-part
branch master
end match
match /trunk/(kdebase/(kant|kate|kwrite)|kdesdk/kate|KDE/kdebase/(kant|kate|kwrite)|KDE/kdesdk/kate|KDE/kdebase/apps/kate)/
repository kate-kate
branch master
end match
match /trunk/(kdelibs|KDE/kdelibs)/(interfaces/ktexteditor|ktexteditor)/
repository kate-ktexteditor
branch master
end match
match /trunk/KDE/kdebase/apps/kwrite/
repository kate-kwrite
branch master
end match
# Ignore everything else
match /
end match