Hi ,
I have completed the installation of trac on our ubuntu box..following
this document


http://wiki.slicehost.com/doku.php?id=install_trac_on_ubuntu

but when i get to the

 trac-admin /home/xxxxx/trac_project1 initenv

i get this error

a...@exzact1:~$ sudo trac-admin /home/ak/repository/ initdev
Failed to open environment. [Errno 2] No such file or directory: '/
home/ak/repository/VERSION'
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/admin/console.py", line 158,
in env
    self.__env = Environment(self.envname)
  File "build/bdist.linux-x86_64/egg/trac/env.py", line 215, in
__init__
    self.verify()
  File "build/bdist.linux-x86_64/egg/trac/env.py", line 294, in verify
    fd = open(os.path.join(self.path, 'VERSION'), 'r')
IOError: [Errno 2] No such file or directory: '/home/ak/repository/
VERSION'


can someone please let me know if i am missing anything?

-- 
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.

Reply via email to