[git-users] multiple clients on one workarea possible?

2013-11-28 Thread Mario Wohlwender
Hi git users, I want to use a git-Repository to handle a folder with lot of documents (.pdf...) needed for manufacturing of my companys products (technical drawings, Gerber-Files for PCB Manufacturing and so on). Because the data is mainly binary (.pdf) and the size of the Folder is very

Re: [git-users] how to solve SSL3_GET_RECORD:wrong version number error?

2013-11-28 Thread Konstantin Khomoutov
On Wed, 27 Nov 2013 21:57:56 -0800 (PST) Shinpei Nakata wrote: > Recently i've changed my git from 1.7.9.5 to 1.8.4.1. However, newer > git faces problem with connecting some git repository. (for example, > connect to github works fine, but some other repos, i cannot). And > from GIT_CURL_VERBOSE

Re: [git-users] how to solve SSL3_GET_RECORD:wrong version number error?

2013-11-28 Thread Konstantin Khomoutov
On Wed, 27 Nov 2013 21:57:56 -0800 (PST) Shinpei Nakata wrote: > Recently i've changed my git from 1.7.9.5 to 1.8.4.1. [...] And next time please also tell us: * Which OS (and its version this is). * Did "changing" Git from one version to another involved upgrading other software or not. --

[git-users] Branch Seurity

2013-11-28 Thread Andrew G
Hi all, I have one repo and many branch on it, how can I force every member on my repo only can pull and push on their own branch? can I do this on GIT? thank you -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from thi

Re: [git-users] Branch Seurity

2013-11-28 Thread Konstantin Khomoutov
On Thu, 28 Nov 2013 07:36:45 -0800 (PST) Andrew G wrote: > I have one repo and many branch on it, how can I force every member > on my repo only can pull and push on their own branch? can I do this > on GIT? # apt-get install gitolite See https://github.com/sitaramc/gitolite/ -- You received

[git-users] Re: GIT integration with Siebel 8.1 Tools

2013-11-28 Thread kranthi kumar
Hi Ajay, We have the smae requirement. Are you able to integrate GIT with Siebel tools 8.1 ? Can you please share the steps if you are successful ? Thanks, Kranthi On Saturday, May 4, 2013 2:24:10 AM UTC+10, Ajay Solleti wrote: > Hi, > > We are trying to understand if we can use GIT to integ

Re: [git-users] how to solve SSL3_GET_RECORD:wrong version number error?

2013-11-28 Thread Shinpei Nakata
Thank you for your reply. First, i'm running on Ubuntu 12.04, and installed locally build git-1.8.4.1, curl-7.33.0, openssl-1.0.1e. git1.7 is fetched from apt-get, and git-1.8 is locally build. Form LD_DEBUG log, git-1.7 using libcurl-gnutls.so library which is ubuntu's default installed, and git-1