I have been trying to integrate our Oracle SQL Developer Data Modeler tool (version 4.1.5) with our existing SVN repository (we are currently using TortoiseSVN 1.9.3 but our repository was initially created using an earlier version of SVN) and I am encountering a lot of errors.
- I was able to create a repository connection to our existing SVN repository but when I try to expand the folder tree for the repository from the Versions pane in Data Modeler, I get the following error:
svn: E160004: Malformed representation header
- When I try to create a repository connection to a new repository created using TortoiseSVN 1.9.3, it fails due to the following error:
svn: E180001: Unable to open an ra_local session to URL
I was able to successfully create a local Subversion repository from within the Data Modeler tool and expand its folder tree from the Versions pane. I then imported two data models into this new local repository, one model (named DataModel) initially created using version 3.1.1 of the Data Modeler tool and the other model (named DataModel2) created using version 4.1.5 of the Data Modeler tool. I then used the Data Modeler tool to check out the two models to my local file system. When I then subsequently opened DataModel from within the Data Modeler tool, the following dialog box popped up:
Dialog Box Title: Integrity properties check
Dialog Box Message: Integrity properties have to be set and committed to the repository
After clicking OK to this dialog box, I then got a series of error dialogs similar to the following:
Dialog Box Title: Subversion Client Error
Dialog Box Message: svn: E155010: 'C:\Users\hsuhe\Temp2\DataModel\Materials_Inventory_Database\rel\D8667269-C16577E8F313\phys\32076570-BF29817DFF70\SType\seg_0\F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml' not found
After clicking OK to these error dialogs, the model opened normally and the SVN features within the Data Modeler tool seemed to be working fine. I am not sure if I should be concerned with the error dialogs that appeared when opening DataModel.
When I opened DataModel2 from within the Data Modeler tool, the following dialog box popped up:
Dialog Box Title: Integrity properties check
Dialog Box Message: Integrity properties have to be set and committed to the repository
After clicking OK to this dialog box, the model opened normally and the SVN features within the Data Modeler tool seemed to be working fine.
Do you have any insights to the errors I have been encountering?
Do you know if Oracle SQL Developer Data Modeler version 4.1.5 is compatible with TortoiseSVN 1.9.3? If so, are there any steps that need to be taken in order to enable this compatibility?
I appreciate any help you can give. Thanks.