Pavel Sanda wrote: > current possibilities are either wait for somebody with acces to svn > server, for killing last commit, which would be somethink like: > > 1. shutdown svn & backup everything > 2. svnadmin dump -r 1:34983 /svnroot/<lyxdevel-repo> > repo.dump > 3. rm /svnroot/<lyxrepo> > 4. svnadmin load /svnroot/<lyxdevel-repo> < repo.dump > 5. start svn && check localy svn up (and perhaps if git svn rebase > works...) > > > or to make svn cp, which would affect blaming and history browsing, but can > be done right now.
I would prefer the former that preserves history. We're not in a hurry currently. Jürgen