[git-users] Symlink implementation for Windows

2016-04-19 Thread Raviraj
it is not supported. Does this remain same or will the symlinks be supported in Windows anytime? BTW, my errors are like this: error: readlink("fd2_dbg/drivers.a"): Function not implemented error: unable to index file debug/drive.a fatal: adding files failed Regards, Ravira

[git-users] Configuring https

2012-07-02 Thread Raviraj
My git.conf looks like following SetEnv GIT_PROJECT_ROOT /git/repos SetEnv GIT_HTTP_EXPORT_ALL #AliasMatch ^/git/(.*/objects/[0-9a-f]{2}/[0-9a-f]{38})$ /gitrepos/$1 #AliasMatch ^/git/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ /gitrepos/$1 ScriptAlias /git/

[git-users] Re: Enabling http access for a GIT repos

2011-05-19 Thread Raviraj
Hi All, I have followed the steps in this page to configure http access: http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt I am stuck at this stage: Restart apache2, and check whether http://server/my-new-repo.git gives a directory listing. If not, check

[git-users] Enabling http access for a GIT repos

2011-05-18 Thread Raviraj
We have created a new repo and want to enable http access for the repos. I have added the following in the httpd.conf file. Location /git/repos DAV on AuthType Basic AuthName Git AuthUserFile /etc/git-auth-file Require valid-user /Location Also, I have configured