I have 2 repositories
http://mysnv/svn/proj1/trunk
- proj1_folder1
- proj1_folder2
and
http://mysnv/svn/proj2/trunk
- proj2_folder1
- proj2_folder2
How can I copy the proj2 with history to be a folder in the trunk of proj1 to get the following result
http://mysnv/svn/proj1/trunk
- proj1_folder1
- proj1_folder2
- proj2
- proj2_folder1
- proj2_folder2
Actually what I want to do is to have only one SVN repository with all the content of proj2 and the history in the folder proj2 in http://mysnv/svn/proj1/trunk
This is the SVN version I'm using:
svn, version 1.7.8 (r1419691)
I've found this blog, but the svn merge is unclear to me. Where is it located ./foo/trunk:proj1
?
My svn folder structure is like /data/svn/repos/
and I do not see the trunk folder.
I'm looking for a command to make the copy, without influencing my main project proj1.