Basically I have edited some files and then commited to my trunk of repository in local. Now can TortoiseSVN upload to the server with SFTP the chagned files?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want the copy-to-server functionality to run each time you check in with TortoiseSVN, you can configure a client side hook script. If you want it to run each time anyone checks into your repository from any client, you should configure a server side hook script. You probably want to run on post-commit. You may already be up on this, but I should also mention that if the systems gets more complicated (e.g., including automated testing), you may want to move to a full continuous integration system. |
|||||
|