Pedro F. Giffuni wrote on Tue, Aug 16, 2011 at 08:18:39 -0700:
> Hi again;
>
>
> ----- Original Message -----
> > On Tue, Aug 16, 2011 at 9:06 AM, Rob Weir <apache@robweir.com> wrote:
> ...
> >>
> >> We're only checking in the tip of the trunk into SVN. The history is
> >> going to Apache-Extras, and remaining in Hg. I don't see how you
> >> would use the history to verify a SVN repository that does not contain
> >> the history. But if you think you really need to reference it for
> >> verification purposes, you can get it at:
> >>
> >> http://hg.services.openoffice.org/OOO340
> >>
> >> and
> >>
> >> http://hg.services.openoffice.org/master_l10n/OOO340/
> >>
> >> Obviously the SVN dump does carry a history as well, but it is
> >> trivial: Revision 1 "Initial Import"
> >>
> >>> Second, it would be very useful if someone did that on an
> >>> Internet-accessible box; it's MUCH easier to review a dump
> >>> after it has been loaded somewhere.
> >>>
> >>
> >> Making a local svn repository and loading the dump file is easy:
> >>
> >> svnadmin create aooo
> >>
> >> svnadmin load aooo <ooo-dump
> >>
> >> You don't need much free disk space for this. 2 GB should be
> > sufficient.
> >>
> >
> > Actually, double that since you'll need, during the import process,
> > disk space for both the dump file and the repository.
> >
>
>
> Perhaps I am missing something, but couldn't you just go ahead
> and commit it directly in the server?
No, the two copies Rob mentioned are the dump and the repository, but you could
curl | gzip -dc | svnadmin load
to avoid one of them.
|