Reputation:
I have four computers in use:
While developing, I'm working on the desktop and the server a lot. When I want to put the latest revision to the end server, I have to do this via FTP, since it doesn't support SVN. So I have to do:
It would be useful if I could do this with just one command, like:
Is there a command which does that? Or another faster way than what I'm doing now?
Upvotes: 0
Views: 1042
Reputation: 1682
Create a ftp mount on your desktop to the server, so you can do the checkout directly from the desktop to the server directory.
Upvotes: 2
Reputation: 97282
Export HEAD + FTP|SCP|RSync to destination in post-commit hook from repository side
Upvotes: 0