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

Re: Problems upgrading 0.32.1 repo to 0.35.1

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-01-15 11:19:19 CET

David Summers wrote:

> Ummm, maybe I'm missing something. What is hard about:
>
> svnadmin dump repo > dump.file
>
> and
>
> svnadmin load repo < dump.file
>
> ?????
>
> This should work on MAC OS X, Unix/Linux, and Windows. Why add more
> parameters to do the same thing?

Clearly there's /something/ non-trivial about it because someone got it
wrong (they were over clever and piped stderr into the output file too,
which broke the dump). Tar is a good example of a command which does
streamy things but also has "use a file" options.

But C. Mike's right -- I should submit a patch. That would involve
finding myself an environment I can write C code in and remembering how
to do it though, so don't hold your breath! I'm putting together an
advocacy piece for CVS users right now -- I figure docs are the best
thing I can contribute to the project.

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 15 11:19:35 2004

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.