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

Fwd: Re: reposity versioning

From: Torben H. Nielsen <torben_at_t-hoerup.dk>
Date: Wed, 3 Dec 2008 17:21:47 +0100

> I have developers who I maintain subversion for and they have one
> repository that they call "core", this is the base of many new projects.
> When they start on a new project they would like to start that project at
> revision 1.0 but I'm not sure how to copy the core to a new repository and
> get the revision numbers back down. Is this even possible?
>

When the project moves from "core" to it's own repository, you could start by
doing an svadmin dump of "core" and then use svndumpfilter to only include the
particular project and finally load this very reduced dump into the new
repository.

That way the project maintains its history and if you use --drop-
empty-revs and --renumber-revs with svndumpfilter then the version numbers in
the new repository shuld start by 1.

Regards,
Torben

-------------------------------------------------------

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-03 17:22:45 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.