Author: hpoussin Date: Sun Jul 2 23:57:19 2006 New Revision: 22778
URL: http://svn.reactos.org/svn/reactos?rev=22778&view=rev Log: Don't let the user write the password, as it can be part of CVSROOT
Modified: trunk/tools/wineimport.cmd
Modified: trunk/tools/wineimport.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/wineimport.cmd?rev=22778&... ============================================================================== --- trunk/tools/wineimport.cmd (original) +++ trunk/tools/wineimport.cmd Sun Jul 2 23:57:19 2006 @@ -22,9 +22,8 @@
:download IF "%2" == "" GOTO help -SET CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine -ECHO *** Password is "cvs" *** -cvs.exe login +SET CVSROOT=:pserver:cvs:cvs@cvs.winehq.org:/home/wine +cvs.exe login >NUL IF ERRORLEVEL 2 ( ECHO Error when executing cvs.exe. Try to download the lastest version at ECHO http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/