<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title> About MLAB Authors </title>
    <meta name="keywords" content="server migration setup chnges">
    <meta name="description" content="Migration report for MLAB server">
    <!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE -->
    <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
    <link rel="StyleSheet" href="../Web/CSS/MLAB_Print.css" type="text/css" media="print">
    <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico">
    <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
    <!-- AUTOINCLUDE END -->
  </head>

  <body lang="en">

    <!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
    <!-- ============== HEADER ============== -->
    <div class="Header">
      <script type="text/javascript">
      <!--
        SetRelativePath("../");
        DrawHeader();
      // -->
      </script>
      <noscript>
        <p><b> JavaScript is required for including of the header </b></p>
      </noscript>
    </div>
    <!-- AUTOINCLUDE END -->

    <!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
    <!-- ============== MENU ============== -->
    <div class="Menu">
      <script type="text/javascript">
      <!--
        SetRelativePath("../");
        DrawMenu();
      // -->
      </script>
      <noscript>
        <p><b> JavaScript is required for including of the menu </b><p>
      </noscript>
    </div>
    <!-- AUTOINCLUDE END -->

    <!-- ============== TEXT ============== -->
    <div class="Text">

      <p class="Title">
        Server MLAB hardware upgrade
      </p>
      <p class="Subtitle">
        Servers MLAB and UST ran on Fujitsu-Siemens computer for long <i>seven</i>
        years. Recently the computer has stability problems (crashes and disk
        interface failures). So the time came to upgrade hardware. 
        We restructured data stored on server as well.
      <p>

      <h1> What works now </h1>
      
      <p>
        Subversion databases (on a new address) are accessible via svn protocol, 
        (WebDAV access is working only partialy).<br>
        MLAB web server is running.<br>
        Subsystem of MLAB's WebSVN does not work properly (some problem with
        char encoding and maybe with new version of PHP).
      </p>

      <h1> SVN Change </h1>
      
      <p>
        Hosted Subversion databases are on different path. Users have to change
        the path on their svn clients. The part <i>home</i> has been removed
        from the path so that the subverion path does not contain internal
        server path to data.
      </p>
      
      <p>
        For example MLAB database users have change the path form <br>
        <i>svn://svn.mlab.cz/home/MLAB</i> <br>
        to <br>
        <i>svn://svn.mlab.cz/MLAB</i>
      </p>

      <p>
        If you use <i>Tortoise</i> svn client the function for path changing is
        available from top directory of local copy by right click. The right
        function is <i>Relocate...</i>. Don't be alarmed by strong warning.
      </p>

      <a name="WebMaster"></a>
      <p>
        In the case of any <i>technical problem</i> with our web let our
        <i>webmaster</i> know at the address
        <a href="mailto:webmaster@mlab.cz">webmaster@mlab.cz</a>.
      </p>

    </div>

    <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
    <!-- ============== FOOTER ============== -->
    <div class="Footer">
      <script type="text/javascript">
      <!--
        SetRelativePath("../");
        DrawFooter();
      // -->
      </script>
      <noscript>
        <p><b> JavaScript is required for including of the footer </b></p>
      </noscript>
    </div>
    <!-- AUTOINCLUDE END -->

  </body>
</html>