Changeset 3805

Show
Ignore:
Timestamp:
10/07/08 17:14:16 (2 months ago)
Author:
tg
Message:

fix SVN repo URIs

XXX someone please double-check the Teχ syntax, we have more begin than end

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/docs/handbook/user/handbook.tex

    r3661 r3805  
    235235 
    236236To get the latest stable FreeWRT ADK try one of these commands: 
    237 \begin{Verbatim}[label=Check out the 1.0-branch of FreeWRT ADK via HTTP protocol] 
     237\begin{Verbatim}[label=Check out an 1.0.x revision of FreeWRT ADK via HTTP protocol] 
    238238$ svn co http://www.freewrt.org/svn/tags/freewrt_1_0_x freewrt 
    239 \end{Verbatim} 
    240 \begin{Verbatim}[label=Check out the 1.0-branch of FreeWRT ADK via subversion protocol] 
    241 $ svn co svn://www.freewrt.org/itags/freewrt_1_0_x freewrt 
     239\begin{Verbatim}[label=Check out an 1.0.x revision of FreeWRT ADK via Subversion protocol] 
     240$ svn co svn://www.freewrt.org/svn/tags/freewrt_1_0_x freewrt 
     241\begin{Verbatim}[label=Check out the 1.0-stable branch of FreeWRT ADK via HTTP protocol] 
     242$ svn co http://www.freewrt.org/svn/branches/freewrt_1_0 freewrt 
     243\begin{Verbatim}[label=Check out the 1.0-stable branch of FreeWRT ADK via Subversion protocol] 
     244$ svn co svn://www.freewrt.org/svn/branches/freewrt_1_0 freewrt 
    242245\end{Verbatim} 
    243246