]> andersk Git - svn-all-fast-export.git/blame - samples/standardlayout.rules
Add a set of sample rules files.
[svn-all-fast-export.git] / samples / standardlayout.rules
CommitLineData
60d67149
TM
1#
2# Declare the repositories we know about:
3#
4
5create repository myproject
6end repository
7
8#
9# Declare the rules
10# Note: rules must end in a slash
11#
12
13match /trunk/
14 repository myproject
15 branch master
16end match
17
18match /branches/([^/]+)/
19 repository myproject
20 branch \1
21end match
22
23match /tags/([^/]+)/
24 repository myproject
25 branch refs/tags/\1
26end match
This page took 0.045959 seconds and 5 git commands to generate.