On Wed, 17 Dec 2003 01:46:43 +0100, "Arild Fines"
<arild.fines@broadpark.no> said:
> Craig Findlay wrote:
> > I am trying to do an svnadmin dump so I can upgrade from 0.33 to 0.34, and
> I
> > am getting the following errors:
> >
> > (Some other output snipped)
> > svn: Not enough storage is available to process this command.
> > svn: write_handler_apr: error writing file
> >
> > Can anyone enlighten me on this? The repository is on a Windows XP Pro
> > machine, and svn 0.33.1 is installed.
> >
I saw that too when I dumped my own repos. I executed the following:
\svn33\svnadmin dump repos | \svn34\svnadmin load repos34
> > Also on a related topic, if I can get the dump to work, where does the
> dump
> > file get written?
>
> Normally it goes to standard out, which makes your error message a little
> weird. What was the exact command you used?
>
[snip]
It looks like on Windows, a temporary file is written to disk when piping
output from one command to another. When I gave myself some more elbow
room, the dump proceeded nicely. It took about one hour to dump/load
~1600 revisions.
Bye !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 17 14:16:56 2003