Projekt

Allgemein

Profil

Setup svn client » Historie » Version 1

Jeremias Keihsler, 18.04.2020 11:34

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
<pre><code class="bash">
9
yum install svn
10
</code></pre>
11
12
h3. Configuring an SVN Editor
13
14
<pre><code class="bash">
15
export SVN_EDITOR=/bin/vi
16
</code></pre>