On Thu, Sep 2, 2010 at 7:31 PM, Prithish <[email protected]> wrote: > > Thanks Richard for the prompt reply. It would be great if an automated way > can be implemented into fossil. I switch between Windows and Linux quiet > often. Some of the neat linux commands don't have equivalent in Windows. >
Here is the command I use on Windows XP. The grep and sed are merely win32 equivalents I found by googling and xargs2 is a batch file found here: http://blogs.msdn.com/b/matthew_van_eerde/archive/2008/11/25/xargs-start.aspx fossil changes | grep ^MISSING | sed "s/^MISSING *//" | xargs2 /addquotes fossil rm I use this every day as part of a scheduled task to pull all changes to a large number of text files on a shared network drive. It is reliable but slow and cpu-intensive.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

