This repository was archived by the owner on Jul 12, 2018. It is now read-only.
forked from nicolas17/boinc2git
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexclude-rules
More file actions
155 lines (149 loc) · 3.86 KB
/
exclude-rules
File metadata and controls
155 lines (149 loc) · 3.86 KB
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
# These are rules ignoring things that we are *not* converting.
# Including this file instead of using a catch-all "match /"
# lets us make sure we're converting everything, since things that aren't being
# exported in the main rule file and aren't explicitly ignored here either,
# will make svn-all-fast-export abort with a fatal error.
# BEGIN to be converted later
match /workspaces/christianb/
end match
match /tags/(boinc_app_release_[^/]+)/
end match
match /tags/(boinc_release_[^/]+)/
end match
# END
# BEGIN for other repos
match /trunk/boinc_scenarios/
end match
match /trunk/boinc_stats/
end match
match /trunk/boinc_alpha/
end match
match /trunk/bolt_examples/
end match
match /trunk/BoincLite/
end match
match /trunk/boinc_depends_win_vs(2005|2008|2010)/
end match
match /branches/boinc_depends_win_vs(2005|2008|2010)_6_(8|10|12)/
end match
match /trunk/boinc_depends_win_vs(2005|2008|2010)_7_(0)/
end match
match /branches/boinc_depends_win_vs(2005|2008|2010)_7_(0|0a)/
end match
match /trunk/depends_projects/ # dunno if this will get converted or not
end match
# END
# BEGIN stuff that I won't convert
match /tags/(start|SCHEDULER_V1|seti_boinc_[^/]+)/
end match
match /branches/vendor/
end match
match /branches/unlabeled-1
end match
match /trunk/CVSROOT/
end match
match /branches/setiathome-4_all_platforms_beta/
# branch creation is a cvs2svn mess,
# all commits here are in trunk as well
end match
match /branches/staging/
# quite a mess, most commits delete stuff...
end match
match /branches/(boinc_server_2_28_1|unlimited_stderr_out|Pegasus)/
# no commits here, only branch creation
end match
match /tags/boinc_server_2_28_2/
# TODO why not?
end match
# massive cvs2svn cleanup
match /
min revision 12368
max revision 12371
end match
match /tags/checkin_notes/
end match
match /tags/boinc_core_release_5_3_17_PreMenuChange/
end match
# Nothing useful here
match /workspaces/dkondo/
end match
# no changes ever done here
match /workspaces/(flcosta|BOINCNewsFeed|mifistor)/
end match
# The history in this workspace is complete crap;
# there's like 20 commits that should have been one,
# commits #include files that are added only 5 commits later, etc.
# If anyone cares about this BitTorrent code he can get it from SVN.
match /workspaces/jbk/
end match
# BEGIN Workspace deletions when wiping them to resync
match /workspaces/jm7/
min revision 13329
max revision 14075
end match
match /workspaces/jm7/
min revision 14717
max revision 14717
end match
match /workspaces/jm7/
min revision 15061
max revision 15061
end match
match /workspaces/jm7/
min revision 16315
max revision 16315
end match
# readdition of workspace, but was never modified
match /workspaces/jm7/
min revision 16316
max revision 16316
end match
match /workspaces/fweiler/
min revision 13397
max revision 13400
end match
match /workspaces/didactylos/
min revision 14085
max revision 14086
end match
# r15556 copies all of trunk into a boinc subdir
# r15557 deletes that subdir
# r15558 deletes whole workspace
match /workspaces/wxListCtrl/
min revision 15556
max revision 15558
end match
# END workspace deletions
# deletion of branch (before recreation)
match /branches/boinc_core_release_6_8/
min revision 18416
max revision 18416
end match
# deletion
match /branches/server_stable_6_2/
min revision 16142
max revision 16142
end match
match /branches/server_stable/
min revision 17264
max revision 17264
end match
match /branches/server_stable/
min revision 19456
max revision 19456
end match
match /branches/server_stable/
min revision 22327
max revision 22327
end match
match /branches/server_stable/
min revision 25022
max revision 25022
end match
# This was misnamed
match /trunk/server_stable/
end match
# binaries in workspace; never modified
match /workspaces/fweiler/boinc_depends_win_vs2010/
end match
# END