Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#335 closed defect (fixed)

Error accessing changesets for moved heirarchy

Reported by: robin@… Owned by: Jonas Borgström
Priority: highest Milestone:
Component: version control/changeset view Version: 0.6.1
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (1)

comment:1 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.