<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to nostromo_https_access</title><link>https://sourceforge.net/p/vmsexemodel/wiki/nostromo_https_access/</link><description>Recent changes to nostromo_https_access</description><atom:link href="https://sourceforge.net/p/vmsexemodel/wiki/nostromo_https_access/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 16 Nov 2011 14:28:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vmsexemodel/wiki/nostromo_https_access/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage nostromo_https_access modified by Merten</title><link>https://sourceforge.net/p/vmsexemodel/wiki/nostromo_https_access/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -10,7 +10,7 @@
 
 All repositories go into /var/hg/research/VMS/
 
-# Setting up https #
+# Setting up https access #
 
 Go to your newly created repository and open the .hg/hgrc file. This file is normally empty. If you copied an old repository this will probably contain the old remote repository within the \[path\] section.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Merten</dc:creator><pubDate>Wed, 16 Nov 2011 14:28:04 -0000</pubDate><guid>https://sourceforge.net0587a0e0019aa830b130c176b34790c9fe1ef8e5</guid></item><item><title>WikiPage nostromo_https_access modified by Merten</title><link>https://sourceforge.net/p/vmsexemodel/wiki/nostromo_https_access/</link><description>**This is a short tutorial on how to set up hg repositories on our internal hg service.**

# Setting up the repository #

Their are to possibilities to create a new repository on nostromo.
1. Copying the repository to nostormo.
2.  Creating a new repository on nostromo with *hg init*

The first method cause more version problems.

All repositories go into /var/hg/research/VMS/

# Setting up https #

Go to your newly created repository and open the .hg/hgrc file. This file is normally empty. If you copied an old repository this will probably contain the old remote repository within the \[path\] section.

To set up read/write access for the three of us add a new \[web\] section at the end:

    [web]
    description = SET_DESCRIPTION_HERE
    contact = -
    allow_push = msach kshalle nengel
    deny_push = *           # NB: deny_push overwrites allow_push
    deny_read =
    allow_read = *
    hidden = False

** There is also an example file in /var/hg/research/VMS **

# Accessing the repository #

The repository is now accessible via:

    hg clone https://user@nostromo.aes.cs.tu-berlin.de/hg/research/VMS/path/to/repo

You can also add the path to your local hgrc's \[path\] section.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Merten</dc:creator><pubDate>Wed, 16 Nov 2011 14:16:58 -0000</pubDate><guid>https://sourceforge.net167a9d6b2acc19178698070d4c7df9fc8d7e0443</guid></item></channel></rss>