Stefan Seifert created SLING-10121:
--------------------------------------
Summary: Unable to checkout org-apache-sling-feature-cpconverter
on Windows: Illegal files in path
Key: SLING-10121
URL: https://issues.apache.org/jira/browse/SLING-10121
Project: Sling
Issue Type: Bug
Affects Versions: Content-Package to Feature Model Converter 1.0.26
Reporter: Stefan Seifert
Fix For: Content-Package to Feature Model Converter 1.0.26
it's currently not possible to work with the git repo on Windows:
https://github.com/apache/sling-org-apache-sling-feature-cpconverter
due to (on windows FS) illegal chars in file names:
{noformat}
error: invalid path
'src/test/resources/org/apache/sling/feature/cpconverter/handlers/jcr_root/rep:security/rep:authorizables/rep:groups/g/V084LLw1ypl2l9G0e28c/.content.xml'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
{noformat}
the test sources
{{src/test/resources/org/apache/sling/feature/cpconverter/handlers}} seem to
use filevault file layout, but in this case the folders/files names are not
escaped properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)