On Sat, Dec 23, 2006 at 12:51:05PM +0100, Andrea Arcangeli wrote: > Hello, > > today I started to get the below exception: > > formencode/i18n/pt_BR/LC_MESSAGES/.#FormEncode.po: No such file or directory > formencode/i18n/pt_BR/LC_MESSAGES/.#FormEncode.po not tracked! > formencode/i18n/pt_BR/LC_MESSAGES/.#FormEncode.po: No such file or directory > 12:17:06 [C] Upstream change application failed > Traceback (most recent call last): > File "/usr/local/python/bin/tailor", line 35, in ? > main() > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/tailor.py", > line 338, in main > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/tailor.py", > line 146, in __call__ > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/tailor.py", > line 109, in update > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/dualwd.py", > line 97, in applyPendingChangesets > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/source.py", > line 140, in applyPendingChangesets > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/dualwd.py", > line 107, in replayChangeset > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/target.py", > line 126, in replayChangeset > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/repository/hg.py", > line 277, in _commit > File > "/home/build/bin/i686/python-20061218/lib/python2.4/site-packages/vcpx/repository/hg.py", > line 328, in _hgCommand > File "/usr/local/python/lib/python2.4/commands.py", line 437, in commit > > mercurial.util.Abort: file > /home/hg/FormEncodeSVN/FormEncode/formencode/i18n/pt_BR/LC_MESSAGES/.#FormEncode.po > not found!
I run: touch /home/hg/FormEncodeSVN/FormEncode/formencode/i18n/pt_BR/LC_MESSAGES/.#FormEncode.po hg add /home/hg/FormEncodeSVN/FormEncode/formencode/i18n/pt_BR/LC_MESSAGES/.#FormEncode.po then I re-run tailor and it seem to have fixed it. I'm unsure if this is a hg or svn issue, but it's probably related to the handling of .# temporary files that somebody is ignoring. Easy to workaround though... Should be easy to reproduce by just trying to convert the FormEncode svn tree to hg. _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
