Edgewall Software

Ticket #335 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Error accessing changesets for moved heirarchy

Reported by: robin@… Owned by: jonas
Priority: highest Milestone:
Component: version control/changeset view Version: 0.6.1
Severity: blocker Keywords:
Cc:

Description

I see the following URL for our experimental repository & trac

https://mydomain/cgi-bin/rl-team-trac.cgi/log/tags/ReportLab_1_19/test/test_platypus_paragraphs.py

When I click on this I see the following traceback Oops...

Trac detected an internal error:

The file "tags/ReportLab_1_19/test/test_platypus_paragraphs.py" doesn't currently exist in the repository. The file might have been deleted or never existed in the first place.

Traceback (most recent call last):

File "/usr/local/lib/python2.3/site-packages/trac/trac.py", line 254, in main

real_main()

File "/usr/local/lib/python2.3/site-packages/trac/trac.py", line 208, in real_main

module.run()

File "/usr/local/lib/python2.3/site-packages/trac/Module.py", line 38, in run

self.render()

File "/usr/local/lib/python2.3/site-packages/trac/Log.py", line 95, in render

% self.path, 'Nonexistent path')

TracError?: The file "tags/ReportLab_1_19/test/test_platypus_paragraphs.py" doesn't currently exist in the repository. The file might have been deleted or never existed in the first place.

I believe this is caused by our having created the heirarchy using cvs2svn at the top of the repository and then moving the trunk, branches & tags into a new top level folder called reportlab.

I checked that the heirarchy works in the standard svn browser at https://mydomain/svn/test_repos/reportlab/tags/ReportLab_1_19/test/test_platypus_paragraphs.py

Obviously as a newbie to both svn and trac I may be missing something. But moving/renaming/copying folders is one of the alleged benefits of svn so it is extremely important that we be able to use them.

Robin Becker

Attachments

Change History

Changed 5 years ago by jonas

  • status changed from new to closed
  • resolution set to fixed

I think this is mostly fixed in trunk.

#295 might be related though.

I'm closing this, but please reopen if this isn't solved in trunk.

Add/Change #335 (Error accessing changesets for moved heirarchy)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.