Version Differences for Repositories

Line 1:
    + =Artifacts=  
       
    + ==Maven==  
       
    + ==uDeploy==  
       
    + Available Steps  
    + ===Download Artifacts===  
    + Download artifacts from a VFS server to the working directory.  
    + ====Sync Modes====  
    + Sync modes are set to determine what action will be taken with the files in the working directory as compaired to the files in the version being deployed. This is probably best described with examples. I will list the output of the download artifacts step given each mode of syncing.  
       
    + <u>Assumptions:</u>  
       
    + Working directory contains 1.txt-4.txt from version 1, and a 5.txt, not from a version  
       
    + Version 2 contains 1.txt, 2.txt, 3.txt (which has been modified), and NOT 4.txt  
       
       
    + <u>Scenario 1, Sync:</u>  
       
    + Compared to the previously deployed version, Sync will only download and overwrite changed files and delete those removed from this version.  
       
       
    + Deleting '4.txt'  
       
       
    + Calculating hashes...  
       
    + Computed hashes for 3 files.  
       
       
    + Downloading 1 file...  
       
    + Downloading file '.\3.txt'  
       
    + Download complete  
       
       
    + Not changed: './1.txt'  
       
    + Not changed: './2.txt'  
       
       
       
    + <u>Scenario 2, None:</u>  
       
    + None will download and overwrite all files in this version, leaving any others.  
       
       
    + Downloading files...  
       
    + Downloading file '.\1.txt'  
       
    + Downloading file '.\2.txt'  
       
    + Downloading file '.\3.txt'  
       
    + Download complete  
       
       
       
    + <u>Scenario 3, Sync and Clean:</u>  
       
    + Compared to the previously deployed version, Sync will only download on overwrite changed files and delete all others.  
       
       
    + Deleting '.\4.txt'  
       
    + Deleting '.\5.txt'  
       
    +  
    + Calculating hashes...  
       
    + Computed hashes for 3 files.  
       
    +  
    + Downloading 1 file...  
       
    + Downloading file '.\3.txt'  
       
    + Download complete  
       
    +  
    + Not changed: './1.txt'  
       
    + Not changed: './2.txt'  
       
       
       
    + ===Upload Artifacts===  
    + Upload artifacts to a VFS server from the working directory.  
    + ===Verify Local Artifacts===  
    + Compare artifacts on local machine with inventory.  
       
    + =Source=  
       
    + ==PVCS Checkout==  
       
    + ==Subversion==  
       
    + ==TeamForge==