Output SVN to another server

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:

  • order
  • FTP upload

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?

0
source share
2 answers

ftp-mount , .

+2

HEAD + FTP | SCP | RSync

0

Source: https://habr.com/ru/post/1695750/


All Articles