Hello, I'm new to subversion, and of course, ssh.
I'm using Mac's 'versions' app, to 'commit' changes to a repository. From there, using my mac terminal, i've doing the following:
ssh [email protected]
it then prompts me for password, and i proceed by inputting pswrd
once connected, i input:
svn update /var/www/vhosts/server_name/httpdocs
it returns:
skipped '/var/www/vhosts/server_name/httpdocs/'
Is there something i'm doing wrong here? I assume it's 'skipping' because it's not picking up on any changes in the repository?
Any help is well appreciated! Michel Joanisse