You're not currently signed in.

Importing history from an Arch archive

First, add the string "\{arch\} .arch-ids .arch-inventory ,* +*" to the global-ignores setting under the miscellany section in ~/.subversion/config. Also make sure that both the miscellany heading and the global-ignores option is uncommented.

Then, do these steps:

% tla get foo@example.org/foo--dev--0.1--base-0 foo

% cd foo

% tla changelog --no-files | svk import //repo/trunk/foo -t -F -

% for r in $(tla missing -f) ; do tla replay $r && tla cat-log $f | svk import //repo/trunk/foo -f -F - ; done



If you're lucky, that's all there is to it. If you've tagged into a new branch, you need set-tree-version to that new branch, then replay the base-0 of that branch by hand before repeating that last loop again.