I have an existing CMS svn repository CMS_REPO. Now I want to use this CMS source code as a base source code for other project. So I created an empty svn repository ABC_REPO.
My question is how do I clone the CMS_REPO into ABC_REPO. I will develop on ABC_REPO. However, if there is any change to CMS_REPO, i need to merge the change to ABC_REPO as well. Instead of modifying source at two repositories, is there any easy way of doing it? I am using tortoiseSVN. Thanks.