Quantcast
Channel: SVNForum.org - Subversion Forum - Windows Servers
Viewing all articles
Browse latest Browse all 74

Issue with copying a folder from one repo to other

$
0
0
Team,

I have some issue copying folder from one repo to other. I already have Visual SVN server where my old repository resides. Now I installed CollabNet SVN server and created a new repository. Now I need to copy only one folder which have presented in Old_Repo/trunk folder to new_Repo/trunk folder.

Project1 (Old Repo)
branches
tags
trunk

Project2 (New Repo)
packages
trunk

1.would this possible first coz, two are different servers (Visula SVN(source) & Collanet (Target))

I tried with below commands.
svnadmin dump D:\SVNRepositories\IOMSProject> ./IOMS_OLD.dump
svndumpfilter include D:/SVNRepositories/IOMSProject/trunk/IOMSMisc --drop-empty-revs --renumber-revs --preserve-revprops < ./IOMS_OLD.dump > ./IOMSMisc.dump
svnadmin load D:/svn_repository/IOMSProject < ./IOMSMisc.dump

After this, when I chekc the folder, it does not contain any files inside. But the logs during the load shows fine as below.

"<<< Started new transaction, based on original revision 1030
------- Committed new rev 2064 (loaded from original rev 1030) >>>"

Am I missing anything?

Please advise.

Thanks

Viewing all articles
Browse latest Browse all 74

Trending Articles