M
Markus Pietrek
Hello folks,
when working with the target designer I always have found that the .SLX
Files in the current way are unable to be handled in a version control
system.
Therefore I'd suggest a few changes
o .SLX files are either binary or ascii. Please provide different
extensions, one for binary and one for ASCII. If a file is opened in
ASCII format, "Save" should store it again in that format.
o .ASCII files, which a RCS can handle, are much too big. I had projects
there an .SLX file was bigger than the actual WinXPe Image.
+ remove (maybe optional) the whitespaces
+ only store settings that are different to the components in the
database
+ keep the order of entries. I had found that after two saves, the
component order in the file had been changed, making it more
difficult for a diff based RCS
o after an image has been built, the .SLX Project is marked changed.
This is due to the build number. I'm always unsure if I haven't
changed unintentional any other settings. Maybe there should be two
markers. One for new built and one for other settings changed
(marked then as "*" )
o allow the "Extra files" order to be placed into the project itself,
not globally for all projects.
Best regards,
Markus
when working with the target designer I always have found that the .SLX
Files in the current way are unable to be handled in a version control
system.
Therefore I'd suggest a few changes
o .SLX files are either binary or ascii. Please provide different
extensions, one for binary and one for ASCII. If a file is opened in
ASCII format, "Save" should store it again in that format.
o .ASCII files, which a RCS can handle, are much too big. I had projects
there an .SLX file was bigger than the actual WinXPe Image.
+ remove (maybe optional) the whitespaces
+ only store settings that are different to the components in the
database
+ keep the order of entries. I had found that after two saves, the
component order in the file had been changed, making it more
difficult for a diff based RCS
o after an image has been built, the .SLX Project is marked changed.
This is due to the build number. I'm always unsure if I haven't
changed unintentional any other settings. Maybe there should be two
markers. One for new built and one for other settings changed
(marked then as "*" )
o allow the "Extra files" order to be placed into the project itself,
not globally for all projects.
Best regards,
Markus