Unable to Checkout files from SVN server

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
suresh
Posts: 2
Joined: Tue Oct 09, 2012 7:39 am

Unable to Checkout files from SVN server

Post by suresh »

Hi,

I am using PowerBuilder 12.5 with build 2511.
I am using Agent SVN to connect to the remote svn server path.
The server path is like "svn+ssh://user@domain/project/trunk".
Here my problem is i am unable to checkout files from server, but i am able to check-in files into server.
While checking out a file from server PowerBuilder showing the eror in log file : 'SccCheckout for C:\Workspace\w_login.srw appears to have failed'.

Checkout is working fine with local SVN repository with ‘file://’ protocol. The problem is with ‘svn+ssh://’ protocol only.

can any body help what's the problem when i am checking out a files from server?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Make sure you have set up your user ID inside of Power Builder and also make sure this user ID is exactly the same as your Subversion user ID.

Cheers Jussi
suresh
Posts: 2
Joined: Tue Oct 09, 2012 7:39 am

Post by suresh »

Thanks for reply Jussij.
I tried exactly what you have mentioned. But i am unable to checkout files from server.
its showing earlier error message only : 'SccCheckout for C:\Workspace\w_login.srw appears to have failed'.
Post Reply