-
Notifications
You must be signed in to change notification settings - Fork 3
/
kdevelop-pg-qt-rules
53 lines (45 loc) · 967 Bytes
/
kdevelop-pg-qt-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
#
# Created by Andreas Pakulat <[email protected]>
#
#
# Create the KDevelop-PG-Qt repository
#
create repository kdevelop-pg-qt
end repository
# 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
#
# KDevelop-PG-Qt master rules, this was born from kdevelop-pg so include that
# history too.
#
match /trunk/playground/devtools/kdevelop-pg-qt/
max revision 1125941
repository kdevelop-pg-qt
branch master
end match
match /trunk/playground/devtools/kdevelop-pg/
max revision 740708
repository kdevelop-pg-qt
branch master
end match
# this is where kdevelop-pg originated from
match /branches/work/kdevelop-pg/
repository kdevelop-pg-qt
branch master
end match
# The 0.9.0 tag
match /tags/kdevelop-pg-qt/0.9.0/
repository kdevelop-pg-qt
branch refs/tags/v0.9.0
annotated true
end match
# Ignore everything else
match /
end match