[git-users] git push fails. It does not ask user name and password

2013-02-26 Thread anugrith . v
Below is the HTTP configuration for the GIT repositories. [root@imsgit httpd]# cat /etc/httpd/conf.d/git.conf VirtualHost imsgit.apac.nsn-net.net:8080 ServerName imsgit.apac.nsn-net.net DocumentRoot /imsgit/Repositories SetEnv GIT_PROJECT_ROOT /imsgit/Repositories SetEnv

[git-users] Error during 'git push ...

2013-02-26 Thread anugrith . v
Hello, I am getting error while pushing the already committed source. LDAP authentication is configured for user management. Note: This was working fine all these days and suddenly without any changes in the configuration settings, there was error noticed! *Error scenario - It does not even

[git-users] git push throws error

2013-02-26 Thread anugrith . v
Hello, I am getting error while pushing the committed changes in GIT repository using LDAP authentication. It was working fine earlier; but now even it does not ask user name and password and simply fails. [root@imsgit imstest_ldap]# export GIT_CURL_VERBOSE=1 [root@imsgit imstest_ldap]#

[git-users] git push throws error

2013-02-26 Thread anugrith . v
Hello, This is the apache configuration file for GIT repositories. [root@imsgit httpd]# cat /etc/httpd/conf.d/git.conf VirtualHost imsgit.apac.nsn-net.net:8080 ServerName imsgit.apac.nsn-net.net DocumentRoot /imsgit/Repositories SetEnv GIT_PROJECT_ROOT /imsgit/Repositories SetEnv

Re: [git-users] git push throws error

2013-02-26 Thread Konstantin Khomoutov
On Mon, 25 Feb 2013 22:47:15 -0800 (PST) anugrit...@gmail.com wrote: [...] I am getting error while pushing the committed changes in GIT repository using LDAP authentication. [root@imsgit imstest_ldap]# git push * Couldn't find host 10.142.201.122 in the .netrc file; using defaults * About

[git-users] Re: Using git in multi-branch project

2013-02-26 Thread Thomas Ferris Nicolaisen
On Tuesday, February 26, 2013 11:51:01 AM UTC+1, Vasiliy Tzukanov wrote: Hi guys, We are using git routinely in our project to allow collaboration of employees from all around the world. Until now, we supported just a single client, but there are new clients for our project now, each having

[git-users] Re: Using git in multi-branch project

2013-02-26 Thread Vasiliy Tzukanov
Hi Thomas, I looked through few pages on the forum and found few similar topics, but each time the details vary. We don't want to use language constructs because our project is written in Verilog, and it becomes very cumbersome to maintain these constructs and to perform future debug and

Re: [git-users] Using git in multi-branch project

2013-02-26 Thread Dale R. Worley
From: Vasiliy Tzukanov vasy...@gmail.com We need to figure out how can we manage few very similar projects in parallel, without having to manually enforce their coherency. I'd suggest that you determine that you want to have a single code base from which an array of similar artifacts will

[git-users] Git Notes - Search Functionality

2013-02-26 Thread krishna chaitanya kurnala
Hello All I working on Git Notes. *I want to know if there is an easy way to obtain a list of all namespaces with notes objects in a specific git repository.* We can easily create, edit, merge git notes with commands if we know the namespaces and/or the sha. But, for example, *Has anyone

[git-users] File modified after git clone

2013-02-26 Thread José Guilherme Vanz
After clone a github repository in my PC, a file is showing like a modified file. But the last modification in this file was done 8 months ago. How is possible? I tried execute git checkout -- . but the file continues like a modified file. Anybody have a tip/solution for the problem? --

Re: [git-users] File modified after git clone

2013-02-26 Thread José Guilherme Vanz
I'm using Ubuntu 12.10. For a better explanation. This modified file is shown like all its lines have been deleted and included again... On 26 February 2013 23:37, William Seiti Mizuta william.miz...@gmail.comwrote: What is your operating system? Maybe it is the EOL character. William

Re: [git-users] git push throws error

2013-02-26 Thread anugrith . v
Thanks a lot for that hint Konstantin. It was a basic issue and a human error. Below entry was commented out in HTTP configuration file. So, it was not even asking the user name and it breaks. *Require valid-user* Thanks a lot once again... On Tuesday, February 26, 2013 4:57:50 PM

[git-users] Oracle

2013-02-26 Thread Amani Abdulhadi
Oracle In Classical Antiquity, an oracle was a person or agency considered to be a source of wise counsel or prophetic predictions or precognition of the future, inspired by the gods. As such it is a form of divination. The word oracle comes from the Latin verb ōrāre to speak and properly

[git-users] Re: Interlocking

2013-02-26 Thread Thomas Ferris Nicolaisen
On Wednesday, February 27, 2013 4:25:58 AM UTC+1, Dale Worley wrote: Is Git properly interlocked for multi-user use? By that I mean, if two processes on one computer simultaneously execute Git commands on the same directory, does Git ensure that the repository is not damaged, and the