How to apply changes without access to svn server
Posted
by JoelFan
on Stack Overflow
See other posts from Stack Overflow
or by JoelFan
Published on 2010-05-26T20:16:58Z
Indexed on
2010/05/26
20:31 UTC
Read the original article
Hit count: 251
We are using svn for development of a large web application, and we do periodic updates to production. The production server does not have access to svn (for security reasons).
What is the best way to push the changes since the last production release for a new release? We would like to avoid re-creating the whole site each time, since it is very large.
© Stack Overflow or respective owner