[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Deiitfy under Windows

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-11-18 13:32:26 CET

Tim Armes wrote:
> 2) Has anyone found a way to run the command as a background task under
> windows?

Create a CMD file which does what you want and test that it runs in the
foreground. Then add the command 'start' to the beginning of the line:

        start svnadmin deltify ...

See these links for more information:

        http://www.robvanderwoude.com/index.html
        http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/winxppro/proddocs/start.asp

You may want to try 'start /b' which will not open a command window when it runs.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 18 13:33:03 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.