hi all,
help pls!i use trac-admin initenv to create a project enviroment.
my answer to the svn type is 'svn',is that right.the db string is default.
Failed to initialize environment. ('No such revision 1', 160006)
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/scripts/admin.py", line
628, in do_initenv
repos = self.__env.get_repository()
File "/var/lib/python-support/python2.4/trac/env.py", line 195, in
get_repository
return RepositoryManager(self).get_repository(authname)
File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py",
line 101, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File
"/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line
260, in get_repository
crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log)
File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py",
line 39, in __init__
self.sync()
File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py",
line 143, in sync
cset = self.repos.get_changeset(next_youngest)
File
"/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line
346, in get_changeset
self.fs_ptr, self.pool)
File
"/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line
638, in __init__
message = self._get_prop(core.SVN_PROP_REVISION_LOG)
File
"/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line
729, in _get_prop
return fs.revision_prop(self.fs_ptr, self.rev, name, self.pool())
File "/var/lib/python-support/python2.4/libsvn/fs.py", line 570, in
svn_fs_revision_prop
return apply(_fs.svn_fs_revision_prop, args)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---