Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Dimmer 76 posts 134 karma points
    Jun 11, 2013 @ 18:58
    David Dimmer
    2

    uDiff: Sample Command Line Syntax

    D:\>moriyamaudiff -o -c d:\temp -umbracosource D:\PathToProject\UmbracoLastReleaseFolder -project D:\PathToProject\UmbracoCurrentChanges

    D:\>moriyamaudiff -o -c d:\temp -umbracosource D:\PathToProject\UmbracoLastRelease.zip -project D:\PathToProject\UmbracoCurrentChanges

    UmbracoSource should be the last "production release".  It can be a folder, or zip file.

    Project should be what you are currently working on.

    I hope this helps speed up some adoption!

    -David Dimmer

    Umbraco Developer

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Jan 11, 2014 @ 00:28
    Jason Prothero
    1

    Thanks David!

    Between this and the Vimeo video from Darren I was able to get this going very nicely.  Here's the batch file I came up with:

    MoriyamaUDiff -o C:\udiff_files -umbracosource C:\inetpub\umbraco_Live -project C:\inetpub\umbraco_Beta -exclude .*debug.config$;.backup$;.*release.config$;dummy.txt$;.*.csproj.*;^obj\\debug\\.*$;.*\.cs$;.*\.pdb$;MvcApplication1.dll$;^App_Data\\preview\\.*$ -c

    Just added some excludes from the Vimeo video and added the preview exclusion.

     

    Thanks,
    Jason

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies