Re: [git-users] How many repositories is required?

2014-02-24 Thread Gergely Polonkai
Hello, I personally use one repository per application/library (and use submodules if an application needs a particular library). All these repos sit on the same one server, and I use gitosis to manage access to them (others may prefer gitolite). Cheers, Gergely On 24 February 2014 22:48, Jiron

[git-users] How many repositories is required?

2014-02-24 Thread Jirong Hu
Hi All I want to understand the best practice of organizing the GIT repositories. Let's say: 1. We are a large bank with many line of businesses and tons of application. 2. Each LOB has a large number of applications. How many repositories shall I use? How do we organize the applications insi

[git-users] How to setup http protocol for GIT

2014-02-24 Thread Jirong Hu
http://git-scm.com/book/en/Git-on-the-Server-Public-Access I was following the above link to setup http access for GIT. But after this issue:https://groups.google.com/forum/#!topic/git-users/nL0qZXiBHqw, I think my http settings are not right. This is what I do: 1. Change the DocumentRoot= /opt/

Re: [git-users] Re: local update not pushed to the server

2014-02-24 Thread Nelson Efrain A. Cruz
2014-02-24 16:29 GMT-03:00 Jirong Hu : > I found the problem is clone by http doesn't work, but clone by ssh > worked. Why? > > C:\Temp>git clone http://jh...@cmtoldshrdjk01.dev.bmocm.com/simple.git/ > Cloning into 'simple'... > Checking connectivity... done. > > C:\Temp>git clone jhu06@cmtoldshrd

Re: [git-users] Core dumps

2014-02-24 Thread Dale R. Worley
> OK, I'll work on it. I just built a non-optimized 1.9.0, so I should > be able to get useful backtraces from the core files. Given the pattern of errors, I suspect the problem lies with files that are being changed while "git add" runs. Dale -- You received this message because you are subsc

[git-users] Re: local update not pushed to the server

2014-02-24 Thread Jirong Hu
I found the problem is clone by http doesn't work, but clone by ssh worked. Why? C:\Temp>git clone http://jh...@cmtoldshrdjk01.dev.bmocm.com/simple.git/ Cloning into 'simple'... Checking connectivity... done. C:\Temp>git clone jhu06@cmtoldshrdjk01:/opt/git/simple.git Cloning into 'simple'... PAM

[git-users] local update not pushed to the server

2014-02-24 Thread Jirong Hu
Hi I transferred a local project on Windows to git, create a remote repository on GIT linux server, and pushed the local project to the remote repository. Then I made a change in the local file and commit it. At this stage: 1. git status shows it's up-to-date with the remote repository. 2. Howev

[git-users] Re: when I clone from svn repository to git repository , the process is pending

2014-02-24 Thread Thomas Ferris Nicolaisen
On Monday, February 24, 2014 9:50:22 AM UTC+1, Jangil Oh wrote: > > Hi > > I tried to migrate from SVN repository to git repository > > when I execute the command like below , the process is pending. > git svn clone https://my.svn.repo/url --stdlayout > > git version : 1.8.4 > > > the last messag

[git-users] when I clone from svn repository to git repository , the process is pending

2014-02-24 Thread Jangil Oh
Hi I tried to migrate from SVN repository to git repository when I execute the command like below , the process is pending. git svn clone https://my.svn.repo/url --stdlayout git version : 1.8.4 the last message is like this. r1 = 67f4093b82b7b764171b01f1566eca57f6c29ac2 I don't know why th