[Ironruby-core] Uh oh - I think I pooched the SVN repository
Sanghyeon Seo
sanxiyn at gmail.com
Tue Oct 23 02:36:16 EDT 2007
2007/10/23, John Lam (DLR) <jflam at microsoft.com>:
> Now that I know what the problem is I can fix the Rakefile. But I still need to figure out how to roll the SVN server back to revision #44 (last known good).
>
> Ideas?
svnadmin dump -r 1:44 repository > dump
svnadmin create new_repository
svnadmin load new_repository < dump
--
Seo Sanghyeon
More information about the Ironruby-core
mailing list