Is there a better approach in migrating SIT SVN to UAT SVN?

Posted by huahsin68 on Programmers See other posts from Programmers or by huahsin68
Published on 2012-10-23T08:51:46Z Indexed on 2012/10/23 11:18 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

In web development, given a same piece of source code, and being deploy to SIT (system integration testing) SVN/WAS and UAT (user acceptance testing) SVN/WAS. Please take note that I am using Jenkins to build everything. I have already ensured the transition from SIT SVN to UAT SVN are sync by doing manual diff on the 2 directory.

Usually I will ensure the SIT WAS is working fine then only deploy to UAT WAS. But now there is a problem show up in UAT WAS and it is working fine in SIT WAS. I am suspecting there is a migration fault happened between SIT SVN to UAT SVN.

In such a given scenario, is there a better approach to handle this problem?

© Programmers or respective owner

Related posts about svn

Related posts about deployment