[cvs] [Wiki] changed: Project/Hippo

Chuck Hagenbuch chuck at horde.org
Wed Jun 11 03:52:03 UTC 2008


chuck  Tue, 10 Jun 2008 23:52:03 -0400

Modified page: http://wiki.horde.org/Project/Hippo
New Revision:  1.2
Change log:  add instructions on getting hippo from mercurial

@@ -10,8 +10,24 @@
 * http://bugs.horde.org/ticket/6877
 * http://bugs.horde.org/ticket/6876
 * http://bugs.horde.org/ticket/6879
 * http://bugs.horde.org/ticket/6880
+
+++ Source
+
+As Horde is experimenting with new source control systems
(((Project/FutureSCM))), hippo is being developed in a mercurial
(http://selenic.com/mercurial/) repository on dev.horde.org. If you have a
Horde CVS account, then you have SSH access to dev.horde.org and you can get
a copy of hippo by doing:
+
+<code>
+hg clone ssh://user@dev.horde.org//horde/hg/hippo hippo
+</code>
+
+... replacing "user" with your Horde CVS username. When you have changes to
share, you can push them back to dev.horde.org with:
+
+<code>
+hg push ssh://user@dev.horde.org//horde/hg/hippo
+</code>
+
+Pushes will generate an email to commits at lists.horde.org. There are plenty
of other things possible with mercurial, including defining shortcuts for
repositories so that you don't need to type out the full ssh://... path
each time.

 ++ People

 ChuckHagenbuch is working on Hippo. MikeNaberezny may be interested in
Hippo.


More information about the cvs mailing list