mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-13 09:10:07 +01:00
113 lines
2.0 KiB
Plaintext
113 lines
2.0 KiB
Plaintext
create repository bygfoot
|
|
end repository
|
|
|
|
# This revision accidentally checked in binaries
|
|
match /
|
|
max revision 1732
|
|
min revision 1732
|
|
end match
|
|
|
|
# This revision accidentally added the trunk directory.
|
|
match /
|
|
max revision 1733
|
|
min revision 1733
|
|
end match
|
|
|
|
# This revision undoes some of what was added in r1732
|
|
match /
|
|
max revision 1734
|
|
min revision 1734
|
|
end match
|
|
|
|
# This revision undoes more of r1732
|
|
match /
|
|
max revision 1735
|
|
min revision 1735
|
|
end match
|
|
|
|
# This revision undoes more of r1732
|
|
match /
|
|
max revision 1736
|
|
min revision 1736
|
|
end match
|
|
|
|
# This revision removed the accidentally added trunk directory.
|
|
match /
|
|
max revision 1737
|
|
min revision 1737
|
|
end match
|
|
|
|
# This revision accidentally added the /europe directory
|
|
match /
|
|
max revision 1772
|
|
min revision 1772
|
|
end match
|
|
|
|
# These revisions move and then delete the bygfoot2-unstable directory
|
|
# See next 2 rules for more information
|
|
match /
|
|
max revision 1049
|
|
min revision 1049
|
|
end match
|
|
match /
|
|
max revision 1050
|
|
min revision 1050
|
|
end match
|
|
|
|
|
|
# There were two versions of bygfoot developed in parallel in tree.
|
|
# bygfoot-unstable and bygfoot2-unstable. bygfoot-unsable was
|
|
# eventually abandoned, so put it in a separate branch.
|
|
match /trunk/bygfoot-unstable/
|
|
repository bygfoot
|
|
branch bygfoot-unstable
|
|
end match
|
|
|
|
# The code here was moved to the top level directory in
|
|
# r1049 "Delete the obsolete directory"
|
|
match /trunk/bygfoot2-unstable/
|
|
repository bygfoot
|
|
branch master
|
|
end match
|
|
|
|
match /trunk/
|
|
repository bygfoot
|
|
branch master
|
|
end match
|
|
|
|
match /bygfoot/trunk/
|
|
repository bygfoot
|
|
branch master
|
|
end match
|
|
|
|
match /branches/([^/]+)/
|
|
repository bygfoot
|
|
branch \1
|
|
end match
|
|
|
|
match /bygfoot/branches/([^/]+)/
|
|
repository bygfoot
|
|
branch \1
|
|
end match
|
|
|
|
match /tags/([^/]+)/
|
|
repository bygfoot
|
|
branch refs/tags/\1
|
|
end match
|
|
|
|
create repository bfscript
|
|
end repository
|
|
|
|
match /bfscript/trunk/
|
|
repository bfscript
|
|
branch master
|
|
end match
|
|
|
|
create repository bfweb
|
|
end repository
|
|
|
|
match /web/trunk/
|
|
repository bfweb
|
|
branch master
|
|
end match
|