[Bug 3980] Regression testing howto incomplete and unfriendly

Wine Bugs wine-bugs at winehq.org
Thu Dec 8 10:29:24 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3980





------- Additional Comments From tony.lambregts at gmail.com  2005-08-12 10:29 -------
When you do a "cvs update" automatically downloads only the the parts that need
to be changed. So if there are very few changes then it will be very fast, (the
more changes the more it has to download). Adding -z to the command compresses
the data stream so less data is sent over the network. 

If you have a dial up connection an update can take quite a while but any
broadband connection should be fast enough. 

I think we could replace steps 1-3 in the online documentation with something
like the following: 
--8<--
1. Select which Repository we will use.

For Main CVS Repository:
export CVSROOT=:pserver:cvs at cvs.winehq.org:/home/wine

or European Reository:
export CVSROOT=:pserver:cvs at rhlx01.fht-esslingen.de:/home/wine

2. Check out the wine source tree.

cvs login      (password is cvs)
cvs -z 0 checkout wine
--8<--


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list