I am trying to break down my existing code into separate repos and integrate each repo through Swift Package Manager in the base codebase.
I have used SPM to achieve the same for the repos hosted on git servers, but for some reasons in this case we have to host and integrate repos using SVN.
When I try to add a package hosted in SVN through Xcode it always throws alert with request to enter credentials:
'The remote repository could not be accessed.'
Make sure a valid repository exists at the specified location and the correct credentials have been supplied.
Login: Username and Password
UserName: Entered correct user name
Password: Entered correct password
I was connected to VPN while trying so.
Am I missing anything over here?