Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3728


Ignore:
Timestamp:
Sep 15, 2006, 1:45:22 AM (18 years ago)
Author:
Matthew Good
Comment:

If you change your project to a different Subversion repository you need to run:

trac-admin /path/to/project resync"

in order to update Trac's cache of the repository information.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3728

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #3728 – Description

    initial v1  
    11I Create a project named A_Enchanter_00 to subvision, i then added some data last one was "revision 26", i then deleted the project again, and then recreated project with the same name when you click "browse soure it try's to look for, revision 26 and for good reason it is not there.
    22
     3{{{
    34Python traceback
    45Traceback (most recent call last):
     
    2829    return apply(_fs.svn_fs_revision_prop, args)
    2930SubversionException: ('No such revision 26', 160006)
     31}}}