#96: cvs --> mercurial: remove again error?
---------------------------+------------------------------------------------
 Reporter:  ThurnerRupert  |       Owner:  lele      
     Type:  defect         |      Status:  new       
 Priority:  major          |   Milestone:  VersionOne
Component:  tailor         |     Version:  0.9       
 Keywords:  cvs mercurial  |  
---------------------------+------------------------------------------------
 with today's version of tailor we get the following error when
 syncronizing from cvs to hg-0.9.2:
 {{{
 19:15:38 [I] Removing doc/Directory WFI.vsd, doc/workflow_eclipse.xls...
 doc/Directory WFI.vsd: No such file or directory
 doc/Directory WFI.vsd not tracked!
 19:15:38 [I] Committing u'[project @ 2006-12-19 07:07:23 by f100355]'...
 doc/Directory WFI.vsd: No such file or directory
 19:15:38 [E] Couldn't replay changeset
 Revision: 2006-12-19 07:07:23 by asdfa
 Date: 2006-12-19 07:07:23+00:00
 Author: asdfa
 Entries: doc/Directory WFI.vsd(DEL at 1.2), doc/workflow_eclipse.xls(DEL
 at 1.3)
 Log: files in doc  have been moved to doc mgt (see *readme.txt)
 Traceback (most recent call last):
   File "/usr/local/lib/python2.5/site-packages/vcpx/source.py", line 140,
 in applyPendingChangesets
     replay(c)
   File "/usr/local/lib/python2.5/site-packages/vcpx/dualwd.py", line 107,
 in replayChangeset
     self.target.replayChangeset(changeset)
   File "/usr/local/lib/python2.5/site-packages/vcpx/target.py", line 126,
 in replayChangeset
     entries)
   File "/usr/local/lib/python2.5/site-packages/vcpx/repository/hg.py",
 line 277, in _commit
     self._hgCommand('commit', *[encode(n) for n in names], **opts)
   File "/usr/local/lib/python2.5/site-packages/vcpx/repository/hg.py",
 line 328, in _hgCommand
     cmd(self._ui, self._hg, *args, **allopts)
   File "/usr/local/lib/python2.5/site-packages/mercurial/commands.py",
 line 437, in commit
     raise util.Abort(_("file %s not found!") % rf)
 Abort: file /var/home/www-data/sync/hg/INF_configuration/doc/Directory
 WFI.vsd not found!
 19:15:38 [C] Upstream change application failed
 Traceback (most recent call last):
   File "/usr/local/bin/tailor", line 35, in <module>
     main()
   File "/usr/local/lib/python2.5/site-packages/vcpx/tailor.py", line 339,
 in main
     tailorizer()
   File "/usr/local/lib/python2.5/site-packages/vcpx/tailor.py", line 147,
 in __call__
     self.update()
   File "/usr/local/lib/python2.5/site-packages/vcpx/tailor.py", line 111,
 in update
     applyable=self._applyable, applied=self._applied)
   File "/usr/local/lib/python2.5/site-packages/vcpx/dualwd.py", line 97,
 in applyPendingChangesets
     applied=applied)
   File "/usr/local/lib/python2.5/site-packages/vcpx/source.py", line 140,
 in applyPendingChangesets
     replay(c)
   File "/usr/local/lib/python2.5/site-packages/vcpx/dualwd.py", line 107,
 in replayChangeset
     self.target.replayChangeset(changeset)
   File "/usr/local/lib/python2.5/site-packages/vcpx/target.py", line 126,
 in replayChangeset
     entries)
   File "/usr/local/lib/python2.5/site-packages/vcpx/repository/hg.py",
 line 277, in _commit
     self._hgCommand('commit', *[encode(n) for n in names], **opts)
   File "/usr/local/lib/python2.5/site-packages/vcpx/repository/hg.py",
 line 328, in _hgCommand
     cmd(self._ui, self._hg, *args, **allopts)
   File "/usr/local/lib/python2.5/site-packages/mercurial/commands.py",
 line 437, in commit
     raise util.Abort(_("file %s not found!") % rf)
 mercurial.util.Abort: file /var/home/www-
 data/sync/hg/INF_configuration/doc/Directory WFI.vsd not found!
 pushing to /var/data/hg09/wfi-cvssync/INF_configuration-cvssync
 }}}

 it seems that tailor tries to remove a second time something which already
 got removed.

 i removed the hg repository, initialized it again, and then the sync runs
 through without error. run it again, and i got above error.

 not sure if this is related to #7.

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/96>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to