Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
is working on a reply...