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