문제

I have trunk and branch codebases in the repository and locally.

Currently I was testing on local branch and when testing was ok I reintegrated branch from repository into local trunk.

Now I was told that before reintegrate I need to do synch from trunk to the branch.

Can I reintegrate from local branch into local trunk or I have to commit after sync into branch in repository and then do reintegrate?

I believe that I can do 'local' reintegrate but I am not 100% sure if this is safe.

Using: Subversion command-line client, version 1.7.8.

도움이 되었습니까?

해결책

You'll have to commit the update coming from trunk to your local copy of branch back to the branch in SVN first. Then you reintegrate from this repo to your local copy of trunk which you then commit once you are satisfied with it.

Yes, it is confusing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top