Date: 2012-04-02 16:31 Sender: Alain Peyrat
Default installation mode on RPM is based on http access. This mode does not require local accounts nor ssh access.
No shell users => No need for accounts => No nsswitch stuff. |
Date: 2012-04-03 01:43 Sender: Coiby Xu
You mean 5.2 only support http access by default? But git doesn't support pushing by HTTP access method which means ssh access need to be enabled, am I right? |
Date: 2012-04-03 06:15 Sender: Alain Peyrat
It possible to access a Git repository using a webDAV access or better using the Smart HTTP Transport.
See: http://progit.org/2010/03/04/smart-http.html for an example.
|
Date: 2012-04-03 08:01 Sender: Thorsten Glaser
This will all nevertheless be slower and harder to set up than simple ssh.
Coiby, my suggestion to use the *.deb still stands ;-) |
Date: 2012-04-03 08:05 Sender: Alain Peyrat
Please trust me, it's working fine.
I've seen that perf are the same. |