* First, navigate to the trac directory: * # cd /path/to/trac/project
* Login to the database: # sqlite db/trac.db Show tables: sqlite> .tables Delete cached info from trac db: sqlite> DELETE FROM revision; sqlite> DELETE FROM node_change; sqlite> DELETE FROM repository; *Then refresh the trac page. The warning should disappear. On Tuesday, 29 December 2009 18:11:34 UTC+8, andy wrote: > > Hi All, > > I am getting warning as > > Warning: Can't synchronize with the repository (No changeset 843 in > the repository) > > though i have synchronize my repository also > > while syncronization i fould a message as > "Command Failed:No changeset 843 in the repository" > > can anyone help me in this regard. > > Regards > Amit Anand > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
