[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: David Summers <david_at_summersoft.fay.ar.us>
Date: 2004-01-15 00:16:45 CET

C. Michael Pilato wrote:

>Mike Mason <mgm@thoughtworks.net> writes:
>
>
>
>>Any plans to allow "svnadmin dump" to take an (optional) output file
>>as a parameter? Similarly with load. Might avoid this kind of thing in
>>the future. I've never needed to stream a dumpfile into another
>>command (although I can see why you would need to). Strikes me as
>>being a bit over-Unixy.
>>
>>
>
>Oh, I dunno, 'old-svnadmin dump old-repos | new-svnadmin load
>new-repos' is a pretty handy construct. But I can see the
>utility in an --output-file option to 'svnadmin dump' (and mirror
>option in 'svnadmin load') -- I wouldn't stand in the way of your
>submitting a patch for that behavior. :-)
>
>
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?

   - David Summers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 15 00:17:31 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.