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

Re: Permanent deleting the deleted files.

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Mon, 31 Jan 2011 21:51:53 -0600

On Jan 31, 2011, at 06:45, Ulrich Eckhardt wrote:

> On Monday 31 January 2011, Ryan Schmidt wrote:
>> If you dump your repository, filter out part of it, then load it into a new
>> repository, that new repository MUST have a new UUID, since it is not the
>> same repository anymore (it's missing parts). Therefore, you CANNOT "svn
>> switch --relocate"; instead you MUST discard existing working copies and
>> check out new ones.
>
> Can you not keep the UUID and also generate dummy revisions while loading in
> order to keep existing revision numbers?

There might be ways to trick Subversion but I wouldn't advocate using any of them. The UUID is there to help you uniquely identify a repository. If you've dumped a repository, changed the dumpfile, and loaded it somewhere else, it is no longer the same repository, and it deserves a new UUID and everything that comes with that.
Received on 2011-02-01 04:52:36 CET

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.