<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 21/07/2015 20:44, Maxime Longuet
      wrote:<br>
    </div>
    <blockquote
      cite="mid:B98EA287-961A-4AE5-B737-45389844599D@itika.net"
      type="cite">
      <pre wrap="">
For history my shared files and simply update shared-file i've think about make git repository on :

/var/rudder/configuration-repository/shared-files

But in this directory i'm already on the git of rudder...

How can I do ? Suggestion are welcome :)



Maxime

</pre>
    </blockquote>
    <br>
    <br>
    Hello Maxime, <br>
    <br>
    If don't need/want the Rudder git repos in
    /var/rudder/configuration-repository to knows about the versionning
    of your shared file, you can simply create a new git repo in
    /var/rudder/configuration-repository/shared-files
    <br>
    <br>
    % cd /var/rudder/configuration-repository/shared-files<br>
    % git init<br>
    % git add .<br>
    % git commit -m "Initial commit for versionning shared file"<br>
    <br>
    And done. The git repos in /var/rudder/configuration-repository will
    ignore /var/rudder/configuration-repository/shared-files/.git files,
    and for it, the content of
    /var/rudder/configuration-repository/shared-files
    is what is currently on the fs. <br>
    <br>
    You can now do you git commit and branches and whatever you want
    when you are into /var/rudder/configuration-repository/shared-files
    . But be aware that nothing will be commited automatically by rudder
    in that repos. Depending on what you want to achieve, it may not be
    what you want. <br>
    <br>
    Hope it helps, <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <style type="text/css"><!--
    a.redlink:link { color: #1782E6; text-decoration: none; }
    a.redlink:visited { color: #1782E6; text-decoration: none; }
    .sig { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: small; }
    .sigsmall { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: x-small; }
  --></style> <a href="https://www.normation.com/fr/"><img alt="Nouveau
          site web Normation"
          src="cid:part1.00010306.05070708@normation.com">
        <table width="380" border="0" cellpadding="0" cellspacing="2">
          <tbody>
            <tr>
              <td colspan="2">
                <hr></td>
            </tr>
            <tr>
              <td colspan="2"><b><img alt=""
                    src="cid:part2.00050101.09090105@normation.com"
                    height="50" hspace="10" width="50" align="left"> <span
                    class="sig">François ARMAND</span></b><br>
                <span class="sig"><i>Co-founder & CTO</i></span><br>
                <span class="sig"><a class="redlink"
                    href="http://www.normation.com">Normation</a></span>
              </td>
            </tr>
            <tr>
              <td colspan="2">
                <hr></td>
            </tr>
            <tr>
              <td colspan="2"><span class="sigsmall"><b>87 rue de
                    Turbigo, 75003 Paris, France</b></span></td>
            </tr>
            <tr>
              <td><span class="sigsmall">Telephone:</span></td>
              <td><span class="sigsmall">+33 (0)1 83 62 99 23</span></td>
            </tr>
            <tr>
              <td><span class="sigsmall">Mobile:</span></td>
              <td><span class="sigsmall">+33 (0)6 63 37 60 55</span></td>
            </tr>
            <tr>
              <td colspan="2">
                <hr></td>
            </tr>
          </tbody>
        </table>
      </a></div>
  </body>
</html>