Projekt

Allgemein

Profil

Setup svn client » Historie » Version 2

Jeremias Keihsler, 20.10.2021 21:11

1 1 Jeremias Keihsler
h1. Preliminary note SVN Client
2
3
You may find additional useful information at
4
* https://fedoraproject.org/wiki/Docs/Drafts/SVN_Tutorial
5
6
h2. Install SVN client
7
8 2 Jeremias Keihsler
there are multiple streams available.
9
10
<pre><code class="shell">
11
dnf module list | grep subversion
12
</code></pre>
13
14
as of 2021-10-120
15
1.10 (default), 1.14
16
17
<pre><code class="shell">
18
dnf module enable subversion:1.14
19
dnf install svn
20 1 Jeremias Keihsler
</code></pre>
21
22
h3. Configuring an SVN Editor
23
24
<pre><code class="bash">
25
export SVN_EDITOR=/bin/vi
26
</code></pre>