mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fixed replaceable tags and removed a redundant CVSROOT export on the cvsserver page.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2762 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bdc769fcfe
commit
266724ee97
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "02">
|
||||
<!ENTITY day "04">
|
||||
<!ENTITY month "10">
|
||||
<!ENTITY year "2004">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "Ocotober &day;nd, &year;">
|
||||
<!ENTITY releasedate "October &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
|
||||
<!ENTITY lfs-version "testing"> <!-- stable|testing|unstable] -->
|
||||
|
@ -22,6 +22,10 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 4th, 2004 [igor]: Fixed replaceable tags and
|
||||
removed a redundant CVSROOT export on the cvsserver
|
||||
page.</para></listitem>
|
||||
|
||||
<listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependency
|
||||
for RP-PPPoE. Made iproute2 patch optional for dhcp.</para></listitem>
|
||||
|
||||
|
@ -54,9 +54,8 @@ cvs init</command></userinput></screen></sect3>
|
||||
commands, issued from a user account on the same machine as the
|
||||
<acronym>CVS</acronym> repository:</para>
|
||||
|
||||
<screen><userinput><command>export CVSROOT=/srv/cvsroot &&
|
||||
cd <replaceable>[sourcedir]</replaceable> &&
|
||||
cvs import -m <replaceable>["repository test"] [cvstest] [vendortag] [releasetag]</replaceable></command></userinput></screen></sect3>
|
||||
<screen><userinput><command>cd <replaceable>[sourcedir]</replaceable> &&
|
||||
cvs import -m "<replaceable>[repository test]</replaceable>" <replaceable>[cvstest]</replaceable> <replaceable>[vendortag]</replaceable> <replaceable>[releasetag]</replaceable></command></userinput></screen></sect3>
|
||||
|
||||
<sect3><title>3. Verify local repository access.</title>
|
||||
<para>Test access to the <acronym>CVS</acronym> repository from the same user
|
||||
|
Loading…
Reference in New Issue
Block a user