Ferdinand Soethe wrote: > I've just started the last step of updating docs running > forrest -f publish.xml deploy -Ddeploy.svn.commit-message="my commit message"
> But after "Buildfile: publish.xml" there has not been any output for > minutes. Is that normal or an indicator that something got stuck. > Can I abort the process w/o damage? OK, aborting and svn cleanup and a restart changed that. Now I'm getting this message and have no idea what it means: > C:\U_Daten\forrest\head\site-author>forrest -f publish.xml deploy > -Ddeploy.svn.commit-message="docs update" > **************************************** > Using Forrest C:\U_Daten\forrest\head > for Project > C:\U_Daten\forrest\head\site-author > **************************************** > > Apache Forrest. Run 'forrest -projecthelp' to list options > > > Buildfile: publish.xml > > deploy.svn: > Copying 428 files to > C:\U_Daten\forrest\head\site-author\work\svn-deploy\forrest-docs > svn: 'A documentation_bestpractices.html' nicht gefunden > Result: 1 > svn: Übertragen fehlgeschlagen (Details folgen): > svn: CHECKOUT von '/repos/asf/!svn/ver/405338/forrest/site/.htaccess': > Authorisierung fehlgeschlagen (https://svn.apache.org) > > BUILD FAILED > C:\U_Daten\forrest\head\tools\forrestbot\core\deploy.xml:191: > com.alternatecomputing.jsvn.command.CommandException: svn: Übertragen > fehlgeschlagen (D > tails folgen): > svn: CHECKOUT von '/repos/asf/!svn/ver/405338/forrest/site/.htaccess': > Authorisierung fehlgeschlagen (https://svn.apache.org) > > > Total time: 2 minutes 57 seconds Not sure why this happens. I have created a file named deploy.svn.settings in the Forrest root directory that looks like this: <?xml version="1.0"?> <project> <property name="deploy.svn.user" value="ferdinand"/> <property name="deploy.svn.password" value="mySVNPassword"/> </project> Anything missing? -- Ferdinand Soethe