On Fri, 07 Dec 2007 10:39:17 -0800 (PST) Walter Landry <[EMAIL PROTECTED]> wrote:
> I am converting a repo from svn -> svn. I have a working config file, > but now I want to redo the conversion while excluding one file. What > is the best way to do that? I am attaching my config file. You should try using the pre-commit hook: you can specify a function that takes in input a changeset at a time, after it was fetched from the source repo, and modify it (in particular, filtering out some entries). Tailor will call it before going on committing the patch on the target, eventually using that modified changeset. That's how it should work, minus bugs ;-) it's been a lot since my last usage of that functionality. > p.s. The README has my old email address. It should be updated to > [EMAIL PROTECTED] Done. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [EMAIL PROTECTED] | -- Fortunato Depero, 1929. _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
