[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Not able to filter out the old revisions / rearrange the revisions in project

From: Pulkit Kumar <pulkit_kumar_at_persistent.co.in>
Date: Thu, 23 Jul 2009 10:46:50 +0530

Hello All,

Greetings for the day!!!!!

In our SVN environment we have multiple projects in a single repository lets say X, I have imported a project lets say Y in a new repository by using svnsync utility and the project Z was mirrored successfully in a new repository lets say Y.

Now the project Y in repository Z is having all the revisions that are present in repository X, those revisions are like empty revisions present project Y.

To filter out the old revisions / rearrange the revisions in project Y (e.g. 1,2,3....n excluding the empty revisions) I have executed the following commands:

1) svnadmin dump /path/to/sourcerepo/ | svndumpfilter --drop-empty-revs --skip-missing-merge-sources include /folder/to/move/ > dumpfile

svnadmin load /path/to/targetrepo/ < dumpfile

2) svnadmin dump /path/to/sourcerepo/ | svndumpfilter --renumber-revs --skip-missing-merge-sources include /folder/to/move/ > dumpfile

svnadmin load /path/to/targetrepo/ < dumpfile

But none of them solved the purpose.

Kindly let me know whether this is a known issue with svndumpfilter or the approach that I am following is incorrect.

Regards,
Pulkit

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374663

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-23 08:10:31 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.