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 with history the proj2 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 htt://mysnv/svn/proj1/trunk
This is the snv version I'm using:
svn, version 1.7.8 (r1419691)
I've found this blog, but the snv merge is unclear to me. Where is 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 commands to make the copy, without influence my main project proj1.
