I have four computers:
- My desktop where I write code
- My server, on which I browse SVN repositories, check the written code and make revisions
- SVN server
- The server that I will use at the end
During development, I work a lot on the desktop and server. When I want to put the latest version on the destination server, I have to do this via FTP, since it does not support SVN. So I have to do:
It would be helpful if I could do this with just one command, for example:
- Place an order on another server with FTP
Is there a team that does this? Or even faster than what I'm doing right now?
source
share