On 5/17/21 10:03 AM, Bo Berglund wrote:
> On Mon, 17 May 2021 08:24:55 -0400, Mark Phippard wrote:
>
>>> The current setup (v1.7) has the repo size of 500GB. we are using svn load
>>> and svn dump method to migrate the repos from current setup (v1.7) to new
>>> setup(v1.10) , but it takes a lot
On Fri, Sep 14, 2012 at 6:49 PM, Daniel Shahaf
wrote:
> Can you post the actual parts of the dumpfile for those empty revisions?
> (between successive "Revision-number: " lines)
>
>
Sure. Posted below are a couple of revisions. I actually worked around
this problem by writing a perl script th
Hi there,
I have received a subversion dump file that contains about 12000 empty
revisions. There's only one subdirectory in the dump filter so I figured I
could run it through svndumpfilter include subdir --drop-empty-revs
--renumber-revs < src.dmp > filtered.dmp and because the empty revs don't
Hi there,
Consider a repository with multiple projects. Each project is separately
dumped and imported into another repository. Where before the revisions
were sequential by time, now they are sequential by project.
So far the only problem I have come across is that checkout by date isn't
comple
I have a question regarding merging in subversion because I do not know
what is happening under the covers.
I'm wondering if branchA is created from trunk and branchB is created from
branchA can changes be merged back to trunk from branchB directly or do
they need get merged back to branchA first