开发者

How Can I merge code from production to SVN?

We have two projects. We have one setup in SVN and the other we have directly deployed on production 开发者_如何学JAVAserver. How can I setup the code from production server into SVN repository?


It's simple. Just import the unversioned code from your prod server to your code repository (SVN). See details here.

svn import [PATH] URL

import is nothing but a combo command for add and commit.


Create a new repository, copy the production code into the new repository, add/ignore files as you please, commit.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜