Hi,
after the move to Gitbox, I am attempting to republish the Site.
Means, I did run
mvn site:deploy
mvn scm-publish:publish-scm
However, I am getting this:
[INFO] Executing: cmd.exe /X /C "svn --username jochen --password
***** --no-auth-cache --non-interactive checkout
https://svn.apache.org/repos/asf/creadur/site/trunk/content/rat/
C:\Work\git\creadur-rat\target\scmpublish-checkout"
[INFO] Working directory: C:\Work\git\creadur-rat\target
[ERROR] Failed to check out from SCM: The svn command failed. svn:
E000002: Can't make directory
'/c/Work/git/creadur-rat/target/C:\Work\git\creadur-rat\target\scmpublish-checkout':
No such file or directory
Now, the reason is obvious (invalid directory name for target
directory), but how do I fix it?
Thanks,
Jochen