<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Out of my mind...: Creating a Remote Mercurial Repository</title>
    <link>http://blog.fredjean.net/articles/2008/01/14/creating-a-remote-mercurial-repository</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Frederic Jean's Random Thoughts</description>
    <item>
      <title>Creating a Remote Mercurial Repository</title>
      <description>&lt;p&gt;I wanted to play with the metaprogramming abilities of Groovy. So I started a new project in NetBeans and created a Mercurial repository to version it. I had a few files committed eventually.&lt;/p&gt;
&lt;p&gt;I am really nervous about keeping code in a single location. This is why I do Time Machine backups on my mac. This is also why I keep a clone of Mercurial repositories on my workstation at work. Well, except for my personal projects. I keep a clone on the same server that is hosting this blog. I decided that this new project was worth cloning remotely.&lt;/p&gt;
&lt;p&gt;It turns out that you can clone a repository to a remote system just as easily that you can clone a repository from a remote system. The syntax is simply:&lt;/p&gt;&lt;code&gt;hg clone [local-repo] [remote-repo]&lt;/code&gt; &lt;span style="font-family: Monaco;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;p&gt;This even works over ssh. It also leads to a little more peace of mind on my part.&lt;/p&gt;


</description>
      <pubDate>Mon, 14 Jan 2008 07:04:06 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6bf8198b-1d16-4abe-8b8e-6e5fd60d801a</guid>
      <author>fred@fredjean.net (Frederic Jean)</author>
      <link>http://blog.fredjean.net/articles/2008/01/14/creating-a-remote-mercurial-repository</link>
      <category>Personal</category>
      <category>General</category>
      <category>mercurial</category>
      <category>hg</category>
    </item>
    <item>
      <title>"Creating a Remote Mercurial Repository" by Fred Jean</title>
      <description>&lt;p&gt;Jesse,&lt;/p&gt;

&lt;p&gt;I'm curious now. Are you able to push to your remote repository? I normally use ssh to connect to my remote repositories. I haven't tried over HTTP yet.&lt;/p&gt;

&lt;p&gt;Fred&lt;/p&gt;


</description>
      <pubDate>Sun, 20 Jan 2008 07:32:18 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6be9eb85-3757-46b8-a2e5-1755e109ba8d</guid>
      <link>http://blog.fredjean.net/articles/2008/01/14/creating-a-remote-mercurial-repository#comment-13</link>
    </item>
    <item>
      <title>"Creating a Remote Mercurial Repository" by Jesse Glick</title>
      <description>Note that this does not work if your remote repositories are served over HTTP:
&lt;pre&gt;abort: cannot create new http repository&lt;/pre&gt;</description>
      <pubDate>Sat, 19 Jan 2008 17:32:54 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:9e1fd98b-c090-41b1-b1e3-a567cb6bb9fa</guid>
      <link>http://blog.fredjean.net/articles/2008/01/14/creating-a-remote-mercurial-repository#comment-12</link>
    </item>
    <item>
      <title>"Creating a Remote Mercurial Repository" by James Branam</title>
      <description>Hi,
My name is James Branam and I'm the NetBeans Community Docs Manager. Your blog entry would make a fantastic Tips &amp; Tricks entry for our Community Docs wiki (&lt;a href="http://wiki.netbeans.org/wiki/view/CommunityDocs" rel="nofollow"&gt;http://wiki.netbeans.org/wiki/view/CommunityDocs&lt;/a&gt;).  Would you be willing to contribute it? If you need any help or have any questions, please contact me at &lt;a href="mailto:james.branam@sun.com" rel="nofollow"&gt;james.branam@sun.com&lt;/a&gt;. I look forward to hearing from you.</description>
      <pubDate>Thu, 17 Jan 2008 15:45:57 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:c714554a-1d4f-4166-87a9-73051e5eb14e</guid>
      <link>http://blog.fredjean.net/articles/2008/01/14/creating-a-remote-mercurial-repository#comment-11</link>
    </item>
  </channel>
</rss>
