[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-ruleset] 74fd283: Add an initial version of kile rules.
From:       Andrius "Å tikonas" <stikonas () gmail ! com>
Date:       2010-11-03 23:47:56
Message-ID: 20101103234756.2C4DAA60A4 () git ! kde ! org
[Download RAW message or body]


	A	 extragear/kile-rules	 [License: Trivialfile.]

commit 74fd283ac824c4e39f77af88f415d49dc777f172
Author: Andrius Å tikonas <stikonas@gmail.com>
Date:   Wed Nov 3 23:49:16 2010 +0000

    Add an initial version of kile rules.

diff --git a/extragear/kile-rules b/extragear/kile-rules
new file mode 100644
index 0000000..bb62d3f
--- /dev/null
+++ b/extragear/kile-rules
@@ -0,0 +1,88 @@
+#
+# Created by Andrius Å tikonas <stikonas@gmail.com>
+#
+
+#
+# Create the kile repository
+#
+create repository kile
+end repository
+
+match /trunk/kdeextragear-2/kile/
+  repository kile
+  branch kde3
+end match
+
+match /trunk/kdeextragear-2/doc/kile/
+  repository kile
+  prefix doc/
+  branch master
+end match
+
+match /trunk/extragear/office/kile/
+  repository kile
+  branch master
+  min revision 409209
+  max revision 670764
+end match
+
+match /trunk/extragear/office/doc/kile/
+  repository kile
+  prefix doc/
+  branch master
+  min revision 409209
+  max revision 670764
+end match
+
+match /branches/extragear/kde3/office/kile/
+  repository kile
+  branch master
+  min revision 670764
+  max revision 740242
+end match
+
+match /branches/extragear/kde3/office/doc/kile/
+  repository kile
+  prefix doc/
+  branch master
+  min revision 670764
+  max revision 740242
+end match
+
+match /branches/extragear/kde3/office/kile/
+  repository kile
+  branch kde3
+  max revision 740243
+end match
+
+match /branches/extragear/kde3/office/doc/kile/
+  repository kile
+  prefix doc/
+  branch kde3
+  min revision 740243
+end match
+
+# Import KDE4 codebase
+match /trunk/extragear/office/kile/
+  repository kile
+  branch master
+  min revision 740243
+end match
+
+match /trunk/extragear/office/doc/kile/
+  repository kile
+  prefix doc/
+  branch master
+  min revision 740243
+end match
+
+# Tags
+match /tags/kile/([^/]+)/
+  repository kile
+  branch refs/tags/v\1
+  annotated true
+end match
+
+# Ignore everything else
+match /
+end match
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic