lostwages/templates/en cvs.template

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 2 10:54:45 CST 2006


ChangeSet ID:	22682
CVSROOT:	/opt/cvs-commit
Module name:	lostwages
Changes by:	julliard at winehq.org	2006/02/02 10:54:45

Modified files:
	templates/en   : cvs.template 

Log message:
	Removed the cvsdirs instructions, this no longer works.

Patch: http://cvs.winehq.org/patch.py?id=22682

Old revision  New revision  Changes     Path
 1.22          1.23          +0 -43      lostwages/templates/en/cvs.template

Index: lostwages/templates/en/cvs.template
diff -u -p lostwages/templates/en/cvs.template:1.22 lostwages/templates/en/cvs.template:1.23
--- lostwages/templates/en/cvs.template:1.22	2 Feb 2006 16:54:45 -0000
+++ lostwages/templates/en/cvs.template	2 Feb 2006 16:54:45 -0000
@@ -25,7 +25,6 @@ EU server only hosts the Wine source cod
 <ol>
     <li><a href="#co">Getting a local copy of Wine</a>
     <li><a href="#cvsservers">Wine CVS Servers</a>
-    <li><a href="#ftpcvs">Getting Wine via FTP and converting to CVS</a>
     <li><a href="#uptodate">Staying Up-To-Date</a>
     <li><a href="#useful">Useful Options</a>
     <li><a href="#modules">Other modules available via CVS from WineHQ</a>
@@ -160,48 +159,6 @@ The password will be cached in "<code>~/
 
 <p><img src="./images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
 
-<a name="ftpcvs" class="hidden"></a>
-
-<h1>Getting Wine via FTP and converting to CVS</h1>
-
-<p>
-Getting the entire Wine source tree via 
-CVS is pretty slow, especially compared to getting Wine from an
-FTP mirror near you. It's possible to convert a Wine tarball to a CVS
-sandbox, just like you would get by checking out the entire source
-via CVS. Here's how to do it:
-<ul>
-  <li>Get the latest Wine snapshot: Wine-<i>x.x.x</i>.tar.gz
-  <li>Get wine-cvsdirs-<i>x.x.x</i>.tar.gz from
-  <a href="ftp://ftp.winehq.org/pub/wine/">ftp://ftp.winehq.org/pub/wine</a>
-  <li>Untar them on top of each other:
-
- <table width="300" border=0 cellpadding=10><tr><td class=black>
- <span class=inverse>
-  tar xzf Wine-<i>x.x.x</i>.tar.gz<br>
-  mv wine-<i>x.x.x</i> wine<br>
-  tar xzf wine-cvsdirs-<i>x.x.x</i>.tar.gz<br>
- </span>
- </td></tr>
- </table>
- 
-
-<li>Update from main tree: login as above, then do
-
- <table width="300" border=0 cellpadding=10><tr><td class=black>
- <span class=inverse>
-  cd wine<br>
-  cvs update -PAd
- </span>
- </td></tr>
- </table>
-
-</ul>
-You will now be completely up to date. The <code>-A</code> is required to get the latest version in the tree. 
-<p>
-
-<p><img src="./images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
-
 <a name="uptodate" class="hidden"></a>
 
 <h1>Cleaning up your existing tree</h1>



More information about the wine-cvs mailing list