Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SVN issue - trunk non-existent in revision

I'm trying to establish a remote connection from the studio, but am getting the following error:

org.talend.commons.exception.PersistenceException: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: URL 'svn://xx.xx.xx.xx:xxxx/CBI/trunk' non-existent in revision '3'
even though trunk does indeed exist:
$ svn info svn://xx.xx.xx.xx:xxxx/CBI/trunk
Path: trunk
URL: svn://xx.xx.xx.xx:xxxx/CBI/trunk
Repository Root: svn://xx.xx.xx.xx:xxxx/CBI
Repository UUID: 29587c0d-a15d-4a04-bec2-9298b11abe57
Revision: 3
Node Kind: directory
Last Changed Author: ahonaker
Last Changed Rev: 1
Last Changed Date: 2012-12-27 18:39:03 +0000 (Thu, 27 Dec 2012)
I can also see trunk from the Admin Center (see image 1).
What's also weird is that although I've created a branch (see image 1), the only SVN branch that shows up on the studio login dialog is trunk (see image 2).
Any guidance would be appreciated
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
Your Local project has conflict with the remote repository , Please delete local workspace or replace it with another workspace and then talend studio will re-checkout the the repository to the local workspace.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks Sabrina,
I had tried that based on research prior to posting, but to no avail.
I did take a different approach, accessing the repository via http: rather than svn:, with success however.
Does this imply that the Studio doesn't support svn: access (i.e., http: only?)
Anonymous
Not applicable
Author

Hi,
Perhaps, there is a mistake. The URL of SVN should be https://XP-201209182331:8443/svn/tis511/
you may wrote svn : / / xx.xx.xx.xx: xxxx / CBI / trunk, which is not correct. The configuration of SVN URL should be http protocol instead of SVN protocol.
Best regards
Sabrina