I am having tough time working between svn and clearcase together. Requirement is to allow developers to make changes to a source code base in an svn branch and also the same directory structure in a base clearcase.
So, whenever there are any changes in svn code, I need to retrofit those to a branch is clearcase called svn_branch and from there I merge it to an integration branch.
Problem comes when both developers work on same file in svn and clearcase. So, when I take the changed file from svn to clearcase svn_branch and merge it to integration, it just overwrites the previous changed and not really merge.
is there any way that a base clearcase branch and an svn branch is synchronized ?