Hello,
I'm trying to have a look at the native Subversion interface in PB2017 R3, and this is what I've done:
1. I added my workspace to an SVN repository using the "Add to Source Control" pop-up menu in PB.
2. I closed the workspace in PB.
3. I clicked "Connect to Workspace" in the pop-up menu for "No Workspace" (the opened dialogue pre-loaded all values like Repository URL etc).
4. I entered a different folder name into "Checkout Directory" to test getting the workspace from SVN and clicked "OK".
This resulted in getting the following error message:
Title: Source Control
Text: Failed to find the workspace in the specified repository!
A colleague of mine tried to do the same on his computer and got the same error. Checking out the uploaded workspace using TortoiseSVN works with no issues. Does anybody know what the problem might be?
It is located in the root of the folder that "Add to Source Control" created. The name of that folder was derived from the name of the workspace, and I did not see any way of changing either the name of the folder or the location of the workspace file.
Meantime, I tried to do the same using a local SVN repository and a test workspace, and this is what I got upon Adding to Source Control:
---------- Source Control
Adding to source control
Starting to find files...
Finding file: C:\_pb17_workspaces\test_native_subversion_interface.
Finding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface.pbw.
Finding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app.
Finding file: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src.
Finding file: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src\test_native_subversion_interface_app.sra.
Finding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.
Finding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbt.
Completed in finding files.
Preparing to add to source control...
User information confirmed.
SVN client is uploading files. Please wait...
Adding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface.pbw.
Adding directory: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app.
Adding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.
Adding file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbt.
Adding directory: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects.
Adding directory: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app.
Adding directory: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src.
Adding file: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src\test_native_subversion_interface_app.sra.
Committing the added file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface.pbw.
Committing the added directory: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app.
Committing the added file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.
Committing the added file: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbt.
Committing the added directory: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects.
Committing the added directory: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app.
Committing the added directory: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src.
Committing the added file: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src\test_native_subversion_interface_app.sra.
Sending content: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface.pbw.
Sending content: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbt.
Sending content: C:\_pb17_workspaces\test_native_subversion_interface\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.
Sending content: C:\_pb17_workspaces\test_native_subversion_interface\ws_objects\test_native_subversion_interface_app\test_native_subversion_interface_app.pbl.src\test_native_subversion_interface_app.sra.
Finalizing commit.
Failed to execute process.