What version of python and git are you using? I assume you're using
trac 0.12. Is git actually installed in /usr/bin/git ?

On Apr 6, 9:20 pm, pavani pavani <[email protected]> wrote:
> Hi,
>    i have installed trac and wants to host git version control system
> instead of scm . so i have downloaded tracgitplugin-0.12 and installed and
> changed the same in my project trac.ini file as below :
>
> [git]
> cached_repository = true
> git_bin = /usr/bin/git
> persistent_cache = true
> shortrev_len = 6
>
> [components]
> tracspamfilter.* = enabled
> tracext.git.* = enabled
>
> [trac]
> authz_file =
> authz_module_name =
> auto_reload = False
> backup_dir = db
> base_url =
> check_auth_ip = false
> database = sqlite:db/trac.db
> debug_sql = False
> default_charset = iso-8859-15
> htdocs_location =
> ignore_auth_case = false
> mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
> metanav = login,logout,prefs,help,about
> mysqldump_path = mysqldump
> permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
> permission_store = DefaultPermissionStore
> pg_dump_path = pg_dump
> repository_dir = /home/scm/git/busybox.git  ( My git repository path )
> repository_type = git
> secure_cookies = False
> show_email_addresses = false
> show_ip_addresses = false
> timeout = 20
> use_base_url_for_redirect = False
>
> But , i am facing the problem  ,
> *Trac detected an internal error:*
>
> GitError: GIT control files not found, maybe wrong directory?
>
> Please help me out
>
> Thanks in advance,
> Mani

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