[Trac-tickets] [The Trac Project] #1275: Error accessing a branch-creation changeset

The Trac Project noreply at edgewall.com
Thu Mar 10 05:54:09 EST 2005


#1275: Error accessing a branch-creation changeset
----------------------------+-----------------------------------------------
       Id:  1275            |      Status:  new                     
Component:  changeset view  |    Modified:  Thu Mar 10 05:54:06 2005
 Severity:  minor           |   Milestone:                          
 Priority:  low             |     Version:  devel                   
    Owner:  jonas           |    Reporter:  Juanma Barranquero      
----------------------------+-----------------------------------------------
 On my installation, accessing {{{http://localhost/trac/changeset/691}}}
 produces an error:
 {{{
  Trac detected an internal error:

    'ClaSent/branches/desarrollo-tests/ClaSent.pl'
 }}}

 Changeset 691 has nothing extraordinary per se. It was just:
 {{{
   svn cp http://localhost/svn/work/ClaSent/trunk
 http://localhost/svn/work/ClaSent/branches/desarrollo-tests -m "Testing
 branch."
 }}}
 and it worked flawlessly. But now every time I try to get to it from Trac
 I get this stack trace:

 {{{
 Traceback (most recent call last):
   File "C:\bin\python\lib\site-packages\trac\web\modpython_frontend.py",
 line 179, in handler
     dispatch_request(mpr.path_info, mpr, env)
   File "C:\bin\python\lib\site-packages\trac\web\main.py", line 319, in
 dispatch_request
     module.run(req)
   File "C:\bin\python\lib\site-packages\trac\Module.py", line 52, in run
     disp(req)
   File "C:\bin\python\lib\site-packages\trac\Changeset.py", line 494, in
 display
     self.render_diffs(req)
   File "C:\bin\python\lib\site-packages\trac\Changeset.py", line 490, in
 render_diffs
     0, 1, 0, 1, self.pool)
   File "C:\bin\python\lib\site-packages\trac\Changeset.py", line 188, in
 change_file_prop
     self._change_prop(file_baton, name, value, file_pool)
   File "C:\bin\python\lib\site-packages\trac\Changeset.py", line 195, in
 _change_prop
     old_root = self._old_root(new_path, pool)
   File "C:\bin\python\lib\site-packages\trac\Changeset.py", line 128, in
 _old_root
     old_rev = self.path_info[new_path][2]
 KeyError: 'ClaSent/branches/desarrollo-tests/ClaSent.pl'
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1275>
The Trac Project <>


More information about the Trac-Tickets mailing list