Page 1 of 1

Unable to Checkout files from SVN server

Posted: Tue Oct 09, 2012 8:56 am
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?

Posted: Tue Oct 09, 2012 9:52 am
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

Posted: Tue Oct 09, 2012 12:18 pm
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'.