Switch to unified view

a/index.html b/index.html
...
...
212
    
212
    
213
    <p>To use a new repository it is only necessary to checkout the
213
    <p>To use a new repository it is only necessary to checkout the
214
    source code. A command line example is:</p>
214
    source code. A command line example is:</p>
215
215
216
    <pre class="hint">
216
    <pre class="hint">
217
  svn checkout --username=user http://opensourceprojects.eu/svn/p/project/code/trunk project-code
217
svn checkout --username=user http://opensourceprojects.eu/svn/p/project/code/trunk project-code
218
    </pre>
218
    </pre>
219
219
220
    Or to import an existing repository
220
    Or to import an existing repository
221
221
222
    <pre class="hint">
222
    <pre class="hint">
223
  cd existing-project-code
223
cd existing-project-code
224
  svn import http://opensourceprojects.eu/svn/p/project/code/ -m "Initial commit"
224
svn import http://opensourceprojects.eu/svn/p/project/code/ -m "Initial commit"
225
    </pre>
225
    </pre>
226
226
227
    More configuration options for SVN can be accessed at
227
    More configuration options for SVN can be accessed at
228
228
229
    <p class="hint">
229
    <p class="hint">