tags:

views:

31

answers:

2

I have taught myself to use tortoise for svn changes but after "committing" the changes I was still relying on others to "push" the ssh so the changes reflect live on the server... I downloaded Tunnelier but dont quite know where to start to run that command line update

+1  A: 

If you are asking for an automatic update/upload mechanism which runs after you committed your changes to the svn server, then you should look for svn hooks, especially the post-commit hook.

splash
i looked into it more and im using putty for now... but ill look into hooks, thanks!
adam
A: 

am using puTTY at the moment to do the command line "svn update" if there is a better solution would love to hear it

adam