Re: Splitting out project from repo
From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Sat, 2 Mar 2013 15:49:45 +0100
Guten Tag Jonathan Petersson,
> As mentioned, the repository is incredibly huge and it would take hours for each project.
That's no reason at all, your computer is doing all the work. How many
Some ideas on your script:
> svn log file://$repo $project
If I understand correctly, you manually retrieve each version where
> grep -e ".*r[0-9].*|.*"
This looks really imprecise to me, I would prefer something like
> svnadmin dump $repo --quiet -r $rev --incremental >> $project.$rev.bak
Adding to revision files with >> should be impossible in your
> svnadmin setuuid $project
This should be unnecessary as you created a new repo per project and
Mit freundlichen Grüßen,
Thorsten Schöning
-- Thorsten Schöning E-Mail:Thorsten.Schoening_at_AM-SoFT.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas MuchowReceived on 2013-03-02 15:50:25 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.