Robert Brenckman
Robert Brenckman
Oh man, this is looking to be another sweeping round of changes, mostly exposing things that were internal. Essentially in my application I am pulling from about 5 directories, but...
Alright, HUGE PROGRESS. This latest set of commits introduces the 'RoboSharp.ConsumerHelp' namespace, which contains extension methods for COpyOptions, SelectionOptions, and IRoboCommand. It also has an interface to specify a source/destination...
In the unit test project I have already created a custom IRoboCommand implementation that should iterate over the test files and copy them to the destination. This custom implementation uses...
I'm creating a new repository with my custom implementation, where I essentially rewrote robocopy from scratch for improved performance over a vpn (to avoid scanning the network twice). These changes...
Yea lots of changes due to actually having a need to write a custom iRoboCommand, and realized there was no way to accurately count or raise events without rewriting everything...
@PCAssistSoftware Here is my project, I'm happy to say its mostly working! https://github.com/RFBCodeWorks/CachedRoboCopy This project relies 100% on all the changes in this PR to work. The unit test I...
Ok, feel free to pull and build the CachedRoboCopy solution I linked. It has now passed several test cases, produces logs (nearly) identical to RoboCopy. My tests are looking very...
OK, tomorrow I will try to figure out why appveyor is failing here, likely due to the file locking test that we had to work around/comment out last time this...
@PCAssistSoftware Sorry! I was running bunch of unit tests today, cleaning up the code, etc. Some stuff still isn't implemented (removing all file attributes from a copied file for example),...
Is it finding the RoboSharp solution, and are both up to date (RoboSharp folder should be looking at this PR) RoboSharp and RFBCOdeWorks are on same level 