wincvs自动checkin和checkout

发表于:2007-06-21来源:作者:点击数: 标签:

   
  @echo off
rem
rem Check tools and document from CVSROOT
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT ci Tools

"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT ci Document
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT co -P -A Tools
"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :pserver:[email protected]:/CVSROOT co -P -A Document

rem Check done

pause

原文转自:http://www.ltesting.net