- You are here:
- Home
- Q&A
- Q&A
- PowerBuilder
- SVN at 2017 R2 does not work
- Robert Inzinger
- PowerBuilder
- Friday, 2 February 2018 08:29 AM UTC
- Friday, 2 February 2018 13:48 PM UTC
- PowerBuilder
- # 1
Hi Robert;
Can you tell us ...
- Which SVN software package are you trying to use?
- More about how your SVN client / server is configured?
Regards ... Chris
- Saturday, 3 February 2018 22:30 PM UTC
- PowerBuilder
- # 2
Do you already attempt to connect the files to a subversion repository using something like TortoiseSVN? Was this something that was already associated with a Subversion server?
Look for a 'hidden' .svn folder in the workspace directory. You may need to turn on "show hidden files and folders" in Windows Explorer to see it. If you find one, delete it. That's the SVN configuration data. It sounds like it's already pointed to something. Deleting it and then reattempting to connect the workspace to Subversion again.
Depending on the version of Subversion you may need to check subfolders for the .svn folder as well.
- Bruce Armstrong
- Saturday, 3 February 2018 22:31 PM UTC
-
Helpful Loading... Helpful 0
- Robert Inzinger
- Monday, 5 February 2018 07:09 AM UTC
I use TortoiseSVN 1.9.4 and Subversion 1.9.4. We use Subversion for our source control for none Powerbuilder projects and it works fine.
I create a new empty folder in our repository to and our workspace.
After I try to add to Repository there was no .svn folder.
-
Helpful Loading... Helpful 0
- Monday, 5 February 2018 07:11 AM UTC
- PowerBuilder
- # 3
- Monday, 5 February 2018 07:21 AM UTC
- PowerBuilder
- # 4
After I delete the Workspace folder and the subversion repository folder, and recreating both new i can add the workspace.
But if I try to commit the workspace PB IDE hangs:
- Monday, 5 February 2018 07:28 AM UTC
- PowerBuilder
- # 5
Newt try:
After PB IDE hangs I try to add not the complete workspace, I try to commi only one PBL. I get teh following error:
---------- Source Control
SVN commit
SVN client is finding files. Please wait...
SVN client has finished finding files. 2 file(s) found.
SVN client is adding files. Please wait...
SVN client is committing files. Please wait...
SVN client error: 200009.
Failed to do SVN commit.
SVN commit
---------- Done Source Control
- Julie Jiang @Appeon
- Monday, 12 February 2018 06:30 AM UTC
If you have not added the whole workspace to source control yet, it is not possible to commit only PBLs.
Can you please follow the instructions provided in Bruce's article to add your workspace to source control: https://community.appeon.com/groups/powerbuilder/powerbuilder-2017-r2-new-feature-subversion-svn-source-control-support?
Regarding the error "The specified path is already a working copy for a different URL", the most possible reason is that the local directory that stores the workspace is already under source control before you perform the current operation.
Best regards... Julie
-
Helpful Loading... Helpful 0
- Page :
- 1
However, you are not allowed to reply to this question.