On Sat, Aug 14, 2010 at 8:50 PM, Daniel R. Grayson <[email protected]>wrote:
> I'm a new user, and I've just installed 0.12. I get this: > > # trac-admin . resync > Error: Command not found > > No documentation found for 'resync' > > > # trac-admin --version > trac-admin 0.12 > > The FAQ says the command is built in. Any ideas? > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > As a first attempt - is "." a Trac environment? trac-admin implements its sub-commands only for env-directories. otherwise you will have only the "init" and "help" sub-commands. Now, I came across a similar issue: Trac 0.12 running on Windows with Python 2.6. {{{ D:\my_envs> trac-admin my-proj upgrade Error: Command not found D:\my_envs> trac-admin my-proj Welcome to trac-admin 0.12 Interactive Trac administration console. Copyright (c) 2003-2010 Edgewall Software Type: '?' or 'help' for help on commands. Trac [D:\my_envs\my-proj]> ? trac-admin - The Trac Administration Console 0.12 help Show documentation initenv Create and initialize a new environment }}} As you can see, although the directory is a valid environment (it is successfully served over mod-wsgi), the trac-admin console does not recognize it as such... Itamar O. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
