Pushing from subversion to web server

前端 未结 7 627
既然无缘
既然无缘 2021-01-31 10:23

Long ago I tried to sort out my system between local, web server and subversion. I got some good explanation on this question.

Unfortunately I hit a road block on the w

7条回答
  •  生来不讨喜
    2021-01-31 11:13

    If you have SSH access you could do:

    svn export [url to repo] [web directory]

    Export will mean you don't get the .svn baggage that comes with a working copy.

提交回复
热议问题