[cvs] [Wiki] changed: Project/Hippo
Chuck Hagenbuch
chuck at horde.org
Wed Oct 8 14:56:00 UTC 2008
chuck Wed, 08 Oct 2008 10:56:00 -0400
Modified page: http://wiki.horde.org/Project/Hippo
New Revision: 1.16
Change log: hippo has been converted to git
@@ -13,21 +13,25 @@
* @@--- 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:
+As Horde is experimenting with new source control systems
(((Project/FutureSCM))), hippo is being developed in a git
(http://git.or.cz/) 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
+git clone user at dev.horde.org:/horde/git/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
+git push user at dev.horde.org:/horde/git/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.
+Pushes will generate an email to commits at lists.horde.org. To add a
shortcut so that you don't have to type the full repository path each
time, you can do:
+
+<code>
+git remote add horde user at dev.horde.org:/horde/git/hippo
+</code>
++ People
ChuckHagenbuch is working on Hippo. MikeNaberezny may be interested in Hippo.
More information about the cvs
mailing list