
Anonymous
Not applicable
2012-12-27
02:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
524 Views
3 Replies

Anonymous
Not applicable
2012-12-28
03:16 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
524 Views

Anonymous
Not applicable
2012-12-28
09:59 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?)
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?)
524 Views

Anonymous
Not applicable
2012-12-30
09:58 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
524 Views
