We're attempting to automate our build process without the use of additional 3rd party tools (PowerGen, etc).
Our current environment uses PB2019R2 (build 2353) and SVN Server 1.10.6
We're using PowerShell scripts that contain various SVN statements (export/checkout, SVN Update), as well as the pbc190.exe (to compile/regen/deploy our applications). The problem we're having is the SVN Update command is failing. We get a 'Cannot open the working copy due to SVN Version incompatibility', and 'Failed to update target file'. We assume this is because the workspace hasn't been opened/connected to prior to attempting the SVN Update.
The reason for the SVN Update is to ensure our build contains the most recent commits from SVN. We're also hoping to make this a non-interactive process where no manual steps are necessary within the PB IDE.
Not sure if it's possible to do the above without manually going through the motions within PB IDE on our build box. Was hoping for a simple 'click the button' solution. In any event, just curious to see if anyone had any advice.
Thank You,
Jason Schulz