SVN up over ssh

Hello,

I am trying to execute svn update command over ssh. Script runs successfully but the file is not updated with svn up command.

But when I try to execute svn info command i am getting the svn info correctly. I also checked for svn update permission, it is fine.

Can someone point me if there is anything else I need to do?


Thanks in advance,

VJ

what does the log say? You haven’t given us much information to work with. Which version of finalbuilder?

Hi,


I am using FinalBuilde version 7.0.

Log actually doesn't say anything. It just says successfule completion. 


Thanks,

Was the working copy created using an ssh connection?

Hello Vincent,


Yes, working copy was created using ssh connection.

To be exact this is what I am trying to achieve -

We have a linux machine on cloud. We connect to the machine using ssh only. So, the working copy of svn on the machine has been created over ssh. 

And I have installed FB 7.0 on one of my windows machine. Trying to execute 'svn up' command over ssh on the linux machine. Log says successful, but svn update is not happening.. But svn info is working fine.

Thanks