- Mar 02, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #11
-
Niko Ehrenfeuchter authored
This parameter has a different default setting with RoboCopy in the Server 2012 version: "DA" (data and attributes), compared to "T" (timestamps) on e.g. Windows 7. Forcing this setting to be the same for 2012 and 7 seems to fix the issue of files not being transferred. More testing is needed though! Refers to #11
-
Niko Ehrenfeuchter authored
Disabling attributes and owner settings. Refers to #11
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Try to move the corresponding transfer package out of the processing location to prevent it from being picked up again and producing the same problem again, move it to the error location instead and reset the transfer variables.
-
Niko Ehrenfeuchter authored
If a new directory is found in incoming but the move operation to processing failed for some reason, the timestamp and username directories (and potentially some partially moved data?) would remain in processing. To prevent confusion about those "incomplete" transfer candidates they are moved to the "ERROR" location.
-
Niko Ehrenfeuchter authored
Use a list to keep track of directories in the incoming directories that couldn't be moved to the processing location and ignore them until the service is restarted.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #9
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Mar 01, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
This commit is successfully tested to work on Windows 7 with the latest version of RoboSharp (at the time of writing, including the [EnableRaisingEvents fix][1] which has not yet been merged upstream). This closes #15 [1]: https://github.com/tjscience/RoboSharp/pull/46
-
Niko Ehrenfeuchter authored
Refers to #3, #11, #15
-
Niko Ehrenfeuchter authored
Using this option will shut down the service independent of its state, remove the status XML file (will be re-created by the service during the next start) and (re-) starts the service no matter if it was running before.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 28, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 27, 2018
-
-
Niko Ehrenfeuchter authored
There is no real benefit from having those configurable as all other parts of the solution have those paths hardcoded relative to the installation directory of the service.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
The shared approach results in conflicts if the generated class is used in ATxCommon which is imported in the other projects. This way we can use the symbols defined via ATxCommon in all depending projects. The downside is that it slows down the build-process a bit as every build from a project depending on ATxCommon (read: all others) will change the generated code and thus force a re-build of ATxCommon and the project itself. Since building the entire solution is still just a matter of seconds, that's a fair trade-off.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Useful in combination with the AssemblyInformationalVersion property.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Otherwise git will complain about binary diffs.
-
Niko Ehrenfeuchter authored
-