Hi,
You entirely misunderstood the concept of subversion, when you created
the repositories, but..
you should use svndumpfilter to filter the repository dump file. Then
if you like to load the repository properly you may need to run some
sed substitutions on the dump files as well. Then create the new
repository and load the dumpfile in it. If your users have extensively
used move/copy operations then you will need to look for one of the
many scripts that can handle the dump file (svndumpfilter does not
work). Take a look here
http://www.yolinux.com/TUTORIALS/SubversionRepositoryDataTransfer.html
http://mikebradford.org/2008/6/11/subversion-administration-part-i-repository-migration
Br
On Mar 4, 2009, at 12:18 , Ilan Yaniv wrote:
> Aha, but svn dump and load moving the whole repository. I want a
> single project from the repository, and to have much less revisions.
>
> The thing is that currently in our SVN repository there are many
> projects and 28000+ revisions.
>
> So when a user wants to see a log, it takes him about 10secs to open
> the log, and about 20Min to create a Tree view.
> So, I thought that if I copy the projects to separated repositories,
> I will spend less time with going over revisions from other projects.
>
> From: Parashkev Penev [mailto:parashkev.penev_at_mimoon.de]
> Sent: Wednesday, March 04, 2009 12:20 PM
> To: Ilan Yaniv
> Cc: users_at_subversion.tigris.org
> Subject: Re: moving project to a new repository
>
> Hi,
>
> svnadmin dump
>
> svnadmin load
>
> Br
>
> On Mar 4, 2009, at 10:37 , Ilan Yaniv wrote:
>
>
> Hi All,
>
>
> I have this project that I want to move from one repository to
> another.
>
> Could it be possible without loosing revision history of this project?
>
> Thanks
>
> Ilan Yaniv
>
> Configuration Management
>
> Phone: 03-7534333 ext. 556
>
> mobile: 052-2331239
>
> Ilan.Yaniv_at_timetoknow.org
>
>
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1266387
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-04 14:30:23 CET