Ticket #23 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

tailor fails on changeset 419 of typo.leetsoft.com

Reported by: bartt Owned by: lele
Priority: major Milestone: VersionOne
Component: tailor Version: 0.9
Keywords: Cc:

Description (last modified by lele) (diff)

This may not be a tailor bug in the strict sense of the word. The problem is that svn log' reports a different changeset than cvs diff' when comparing revision 419 to 418. `svn log --verbose --xml --revision 419:419' reports:

<?xml version="1.0" encoding="utf-8"?>
<log>
<logentry
   revision="419">
<author>tobi</author>
<date>2005-07-24T20:25:00.895894Z</date>
<paths>
<path
   action="M">/trunk/lib/theme_system.rb</path>
<path
   action="D">/trunk/themes/azure_controller.rb</path>
<path
   copyfrom-path="/trunk/components/plugins/themes"
   copyfrom-rev="417"
   action="A">/trunk/themes</path>
<path
   action="A">/trunk/themes/azure/about.markdown</path>
<path
   action="D">/trunk/components/plugins/themes</path>
<path
   copyfrom-path="/trunk/components/plugins/themes/azure"
   copyfrom-rev="418"
   action="R">/trunk/themes/azure</path>
</paths>
<msg>moved themes from components/plugins/themes to /themes
</msg>
</logentry>
</log>

Yet the same changeset compared to revision 418 reports:  http://typo.leetsoft.com/trac/changeset/419.

Clearly the 2 are inconsistent. Trying to tailorize this svn repository to bzr fails on this changeset w/:

bzrlib.errors.BzrError: can't rename: old name u'components/plugins/themes' is not versioned

Change History

comment:1 Changed 7 years ago by lele

  • Description modified (diff)

Fixed wiki markup

comment:2 Changed 7 years ago by lele

Despite being "clearly" inconsistent, I fail to see the problem with the two views of the changeset above. In particular, I'm confused by svn log vs cvs diff comparison...

Could you please clarify the issue, possibly attaching the tailor config and log files?

comment:3 Changed 7 years ago by bartt

Typo's tailor config file:

[DEFAULT]
verbose = True

[project]
target = bzr:target
start-revision = INITIAL
root-directory = /tmp/typo.bzr
state-file = tailor.state
source = svn:source
subdir = .

[bzr:target]

[svn:source]
module = /trunk
repository = svn://leetsoft.com/typo

comment:4 Changed 7 years ago by lele

  • Status changed from new to assigned

This is somewhat a shadow of #24, but on the bzr side.

comment:5 Changed 7 years ago by lele

  • Status changed from assigned to closed
  • Resolution set to fixed

This should be indirectly fixed by [1048] and [1049].

Note: See TracTickets for help on using tickets.