Hi Julian, Yes I am able to commit with svn. I did checkout of the svn repo in a new directory, was able to commit changes, but only after entering credentials in the pop-up prompt. I see that option '--non-interactive' is used to deploy the website, so I made sure that svn on my MAC can always access the keychain.
It works now, thanks for the suggestion. Best regards, Miroslav On Mon, Mar 29, 2021 at 6:40 PM Julian Reschke <julian.resc...@gmx.de> wrote: > Am 29.03.2021 um 18:17 schrieb Miroslav Smiljanic: > > 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 > > ... > > Are you able to "svn commit" directly from the command prompt? > > Best regards, Julian >