Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN checkout failing with the protocol svn+ssh

I am using PowerBuilder 12.5 with build 2511. I am using Agent SVN to connect to the remote svn server. 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 check outing it's giving the error checkout failed. can any body help what's the problem while i am check outing files from server?

I am able to checkout files from Power Builder with local SVN repository with ‘file://’ protocol. But i am unable to checkout files from remote SVN server with ‘svn+ssh://’ protocol.

This is the Power Builder log file when i am checking out a file from server

------------------------------------start------------------------------

Checking out selected items... Agent SVN Info: Agent SVN Info: SccCheckout

Agent SVN Info: * Command: svn.exe --non-interactive --show-updates --verbose status w_login.srw

Agent SVN Info: * Directory: C:\Workspace\

Agent SVN : Process started.

Agent SVN : Process running....

Agent SVN Info: 16752 16456 suresh.vadlamudi w_login.srw

Agent SVN Info: Status against revision: 16753

Agent SVN : Process completed with exit code: 0

Agent SVN Info: Result: 0

Agent SVN Info: * Command: svn.exe --non-interactive lock w_login.srw

Agent SVN Info: * Directory: C:\Workspace

Agent SVN : Process started.

Agent SVN : Process running....

Agent SVN Info: 'w_login.srw' locked by user 'suresh.vadlamudi'.

Agent SVN : Process completed with exit code: 0

Agent SVN Info: Result: 0

Agent SVN Info: SccFileApplyLock: False

Agent SVN Info:

Agent SVN Info: SccQueryInfo

Agent SVN Info: * Command: svn.exe --non-interactive --verbose status w_login.srw

Agent SVN Info: * Directory: C:\Workspace\

Agent SVN : Process started.

Agent SVN : Process running....

Agent SVN Info: * Command: svn.exe --non-interactive info C:\Workspace\w_login.srw

Agent SVN Info: * Directory:

Agent SVN : Process started.

Agent SVN : Process running....

Agent SVN Info: Path: w_login.srw

Agent SVN Info: Name: w_login.srw

Agent SVN Info: Working Copy Root Path: C:\Workspace

Agent SVN Info: URL: svn+ssh://user@domain/code/svnrep/project/trunk/w_login.srw

Agent SVN Info: Repository Root: svn+ssh://user@domain/code/svnrep

Agent SVN Info: Repository UUID: cea4ba45-7404-0410-9282-c9295b884410

Agent SVN Info: Revision: 16752

Agent SVN Info: Node Kind: file

Agent SVN Info: Schedule: normal

Agent SVN Info: Last Changed Author: suresh.vadlamudi

Agent SVN Info: Last Changed Rev: 16456

Agent SVN Info: Last Changed Date: 2012-10-08 06:46:05 -0700 (Mon, 08 Oct 2012)

Agent SVN Info: Text Last Updated: 2012-10-08 22:12:26 -0700 (Mon, 08 Oct 2012)

Agent SVN Info: Checksum: 51183433912df60b7ac03afc5eb7111c41783af8

Agent SVN Info: Lock Token: opaquelocktoken:b9ab6225-9234-4c95-8955-a9f9f18f2972

Agent SVN Info: Lock Owner: suresh.vadlamudi

Agent SVN Info: Lock Created: 2012-10-08 22:13:31 -0700 (Mon, 08 Oct 2012)

Agent SVN Info:

Agent SVN : Process completed with exit code: 0

Agent SVN Info: Result: 0

Agent SVN Info: K 16752 16456 suresh.vadlamudi w_login.srw

Agent SVN : Process completed with exit code: 0

Agent SVN Info: Result: 0

Agent SVN Status: File: 'w_login.srw' Status: 15

SccCheckout for C:\Workspace\w_login.srw appears to have failed.

Operation Completed

--------------------------------------end-------------------------------------------

like image 782
Suresh Vadlamudi Avatar asked Oct 06 '22 10:10

Suresh Vadlamudi


1 Answers

You should try to checkout the whole source with a GUI for SVN (for example: TortoiseSVN )

If you can do this, then the problem is with your Agent SVN for PB.

As an alternative you can try PBSCC proxy, which is a good SVN client for PowerBuilder too. We've been using it for 4 years from PB 10 - till the most recent version PB 12.5.1 with the latest build without any major bug. This can be downloaded from here.

And this solution is free :)

I hope it helps! Have a nice day!

Br.: Gábor

like image 155
DARKinVADER Avatar answered Oct 09 '22 01:10

DARKinVADER