Hi All, I am trying to deploy Oak doc update, but I am getting following error after running *mvn site-deploy -Pdoc*
[INFO] Executing: /bin/sh -c cd '/Users/smiljani/source/apache/jackrabbit-oak/oak-doc/target/scmpublish-checkout' && 'svn' 'remove' '--targets' '/var/folders/d6/kptqntk907j1qfbbs2jsqmlw0000gn/T/maven-scm-6399299100280342858-targets' [INFO] Checking in SCM, starting at Mon Mar 29 18:10:41 CEST 2021... [INFO] Executing: /bin/sh -c cd '/Users/smiljani/source/apache/jackrabbit-oak/oak-doc/target/scmpublish-checkout' && 'svn' '--non-interactive' 'commit' '--file' '/var/folders/d6/kptqntk907j1qfbbs2jsqmlw0000gn/T/maven-scm-415048098.commit' [ERROR] Failed to check-in files to SCM: The svn command failed. svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option svn: E215004: Commit failed (details follow): svn: E215004: No more credentials or we tried too many times. Authentication failed I have followed instructions here https://github.com/apache/jackrabbit-oak/blob/trunk/oak-doc/README.md It reports authentication error, but at the same time, I do not have issues in committing code changes following instructions at https://jackrabbit.apache.org/oak/docs/developing-with-git.html Regards, Miroslav
