Skip to content
Snippets Groups Projects
Commit d2757222 authored by Axel Beckert's avatar Axel Beckert Committed by Claude Becker
Browse files

how_to_start_with_subversion: Fix // in code

parent d87b9173
No related branches found
No related tags found
No related merge requests found
......@@ -13,22 +13,22 @@ If all your contributors do have a D-PHYS account and access to the same group d
<code>ssh login.phys.ethz.ch svnadmin create --pre-1.5-compatible /home/<group name>/[<some optional path>/]<your project repository></code>
You then can always use ''svn+ssh://login.phys.ethz.ch/home/<group name>/[<some optional path>/]<your project repository>'' as URL for your repository.
You then can always use ''%%svn+ssh://login.phys.ethz.ch/home/<group name>/[<some optional path>/]<your project repository>%%'' as URL for your repository.
=== Create it at the default location (if you are the server administrator) ===
<code>svnadmin create /var/lib/subversion/[<group directory>/]<your project repository></code>
==== Import project ====
''cd ..
svn import -m "Initial import" <your old project directory> <access-scheme>://<server>/[<group directory>/]<your project repository>''
<code>cd ..
svn import -m "Initial import" <your old project directory> <access-scheme>://<server>/[<group directory>/]<your project repository></code>
<access-scheme> may be one of http, https, svn, svn+ssh or file or even a self defined access scheme of the form svn+<your personal system to access the repository>
A project may already exist if you are joining a group. You will be told the project name.
==== Checkout project ====
''svn checkout <access-scheme>://<server>/[<group directory>/]<your project repository> [<your new project directory>]''
<code>svn checkout <access-scheme>://<server>/[<group directory>/]<your project repository> [<your new project directory>]</code>
(Shortcut: co instead of checkout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment