Ticket Change Details
Not logged in
Overview

Artifact ID: 724d623b6e863be63d09ded46a23cf6cbfcee7cb
Ticket: 974618fe5a809ff347a9c53f9ec38b476d5f65bb
fossil all rebuild does redundant rebuilds on windows
User & Date: rwilson 2009-11-11 14:59:17
Changes

  1. comment changed to:
    on windows, fossil all rebuild causes multiple rebuilds of some repositories.  the duplicate rebuilds have identical paths except for the type of slash used in the path or sometimes the character case.  not every repository gets rebuilt twice, and some can even get rebuilt thrice.  very odd.
    <pre>
    PS C:\fossil> fossil all rebuild
    C:\WINDOWS\system32\fossil.exe rebuild C:/fossil/easyunit.f
    84 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild C:/fossil/fossil.f
    5637 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild C:/fossil/sqlite3.f
    29810 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild C:/fossil/xywinservice.f
    33 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild C:\fossil\easyunit.f
    84 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild C:\fossil\xywinservice.f
    33 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild c:\fossil\sqlite3.f
    29810 (100%)...
    C:\WINDOWS\system32\fossil.exe rebuild c:\fossil\xywinservice.f
    33 (100%)...
    PS C:\fossil> fossil ver
    This is fossil version [e2431b17df] 2009-11-09 21:32:36 UTC
    </pre>
    
  2. foundin changed to: "e2431b17df"
  3. private_contact changed to: "2359089ef753bc96e12743e299243d5232c749fa"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    fossil all rebuild does redundant rebuilds on windows
    
  7. type changed to: "Code_Defect"