How to initiate a remote SVN update on server
Posted
by Bryan
on Stack Overflow
See other posts from Stack Overflow
or by Bryan
Published on 2010-03-18T22:40:52Z
Indexed on
2010/03/18
22:41 UTC
Read the original article
Hit count: 285
svn
I'm using SVN for a project, and for easy deployments to the server we're just using another SVN enlistment there. So I've been using Remote Desktop to log onto the server and then trigger an update (we use Tortoise SVN).
Is there an existing tool (or SVN feature) that would allow me to trigger this update without logging on to the server and doing it manually?
© Stack Overflow or respective owner