Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
d2757222
Commit
d2757222
authored
13 years ago
by
Axel Beckert
Committed by
Claude Becker
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
how_to_start_with_subversion: Fix // in code
parent
d87b9173
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
how_to_start_with_subversion.markdown
+4
-4
4 additions, 4 deletions
how_to_start_with_subversion.markdown
with
4 additions
and
4 deletions
how_to_start_with_subversion.markdown
+
4
−
4
View file @
d2757222
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment