English 中文(简体)
Robocopy for Windows 2003 doesn t support /DST option
原标题:

Does anyone know if it is possible to download the latest robocopy for Windows 2003. The latest version provides the /DST option which ignores time stamps changed due to BST (British Summer Time). Every time we do a build and sync our servers when we go +1/-1 hour it takes hours instead of minutes because it sees everything as changed.

I noticed it is included automatically with Vista/Win7 but the Resource toolkit that I downloaded doesn t include a new version of robocopy for Win Server 2003. If there is a place to download it from & will it also work on Windows Server 2003?

Thanks.

最佳回答

The version of Robocopy that comes with Vista is called XP027 and has file version 5.1.10.1027. The version that is included in Windows 2003 Resource Kit is called XP010 (file version 5.1.1.1010).

The solution: Download Robocopy GUI. It includes XP026 (file version 5.1.2600.26). As of version XP026 Robocopy has /DST option.

Find an overview on Robocopy versions on Wikipedia.

问题回答

暂无回答




相关问题
Fork process with CC .NET

Is there any way to fork a process inside Cruise Control .NET? I want CC .NET to launch a program when everything s done but right now, CC .NET insists on waiting for the program to close before ...

SVN Externals in a different SCM

At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent ...

Publishing an ASP.NET Website using buildpublisher

I am using the Cruise Control BuildPublisher task to publish a 2005 ASP.NET website. The Website has no warnings and if I run the Publish WebSite from within the IDE it works fine. When I publish ...

how to turn off a unit test in CPPUnit

I (finally) have my app being unit tested with CPPUnit and I have CruiseControl.NET running the tests and displaying the test output. I have several tests that always fail, however, so CruiseControl ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

CCNET reports build failure with no reason

We use CCNET 1.4.4.83 on Win 2003 SP2. A few days ago CCNET started to report build failures with no specific reason. The project contains a single exec task which runs build.bat. The batch does all ...

热门标签