Ignore:
Timestamp:
06/07/2012 08:38:04 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f0afab3f
Parents:
db32c4c
Message:

Update CVS/SVN server instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10278 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/svnserver.xml

    rdb32c4c refd03f7  
    135135      tree similar to the following:</para>
    136136
    137 <screen><literal>          svntest/            # The name of the repository
    138              trunk/           # Contains the existing source tree
    139                 BOOK/
    140                 bootscripts/
    141                 edguide/
    142                 patches/
    143                 scripts/
    144              branches/        # Needed for additional branches
    145              tags/            # Needed for tagging release points</literal></screen>
     137<screen><literal>svntest/            # The name of the repository
     138   trunk/           # Contains the existing source tree
     139      BOOK/
     140      bootscripts/
     141      edguide/
     142      patches/
     143      scripts/
     144   branches/        # Needed for additional branches
     145   tags/            # Needed for tagging release points</literal></screen>
    146146
    147147      <para>Once you've created your directory layout as shown above, you
     
    149149
    150150<screen role="root"><userinput>svn import -m "Initial import." \
    151     <replaceable>&lt;/path/to/source/tree&gt;</replaceable> \
     151    <replaceable>&lt;/path/to/source/tree&gt;</replaceable>      \
    152152    file:///srv/svn/repositories/svntest</userinput></screen>
    153153
     
    157157      <systemitem class="groupname">svntest</systemitem> groups:</para>
    158158
    159 <screen role="root"><userinput>chown -R svn:svntest /srv/svn/repositories/svntest &amp;&amp;
    160 chmod -R g+w /srv/svn/repositories/svntest &amp;&amp;
    161 chmod g+s /srv/svn/repositories/svntest/db &amp;&amp;
     159<screen role="root"><userinput>chown -R svn:svntest /srv/svn/repositories/svntest    &amp;&amp;
     160chmod -R g+w         /srv/svn/repositories/svntest    &amp;&amp;
     161chmod g+s            /srv/svn/repositories/svntest/db &amp;&amp;
    162162usermod -G svn,svntest -a <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    163163
     
    209209
    210210<screen role="root"><userinput>cp /srv/svn/repositories/svntest/conf/svnserve.conf \
    211     /srv/svn/repositories/svntest/conf/svnserve.conf.default &amp;&amp;
     211   /srv/svn/repositories/svntest/conf/svnserve.conf.default &amp;&amp;
     212
    212213cat &gt; /srv/svn/repositories/svntest/conf/svnserve.conf &lt;&lt; "EOF"
    213214<literal>[general]
     
    225226    <sect3 id="svnserver-init">
    226227      <title>4. Starting the Server</title>
    227 
     228<!--
    228229      <para>There are a couple of ways to start <command>svnserve</command>.
    229230      The most common way is to start it as an <command>inetd</command> or
     
    273274
    274275# End /etc/xinetd.d/svn</literal>
    275 EOF</userinput></screen>
    276 
    277       <para>Finally, if you wish to simply start the server at
    278       startup, install the svn bootscript included in the
    279       <xref linkend="bootscripts"/> package.</para>
     276EOF</userinput></screen> -->
     277
     278      <para>To start the server at boot time, install the svn bootscript included
     279      in the <xref linkend="bootscripts"/> package.</para>
    280280
    281281      <indexterm zone="svnserver svnserver-init">
Note: See TracChangeset for help on using the changeset viewer.