Re: [git-users] Re: quick git repo set up

2012-11-22 Thread Martin Møller Skarbiniks Pedersen
On 22 November 2012 22:35, Konstantin Khomoutov wrote: > On Thu, Nov 22, 2012 at 01:29:15PM -0800, ankit sachan wrote: > >> Thanks a ton for such a quick response! I just tried what you said. It's >> the same, it just says "cloning into myrepo .. " and hangs indefinitely. I >> have verified that i

[git-users] Re: quick git repo set up

2012-11-22 Thread ankit sachan
Sorry but there is nothing to show, it just hangs infinitely saying :" Cloning into 'myrepo'.." and nothing happens. No files are created in the folder. On Thursday, November 22, 2012 9:16:14 PM UTC, ankit sachan wrote: > > Hi, I am a newbie with git. I have a linux server(centos 6.2) where i

Re: [git-users] Re: quick git repo set up

2012-11-22 Thread Konstantin Khomoutov
On Thu, Nov 22, 2012 at 01:29:15PM -0800, ankit sachan wrote: > Thanks a ton for such a quick response! I just tried what you said. It's > the same, it just says "cloning into myrepo .. " and hangs indefinitely. I > have verified that i can scp and ssh to the server as well using a > password.

Re: [git-users] quick git repo set up

2012-11-22 Thread Konstantin Khomoutov
On Thu, Nov 22, 2012 at 01:16:13PM -0800, ankit sachan wrote: [...] > *On Linux server: *in the folder /home/user1/ I did > > 1. "git init"(this created a .git folder in the current folder) > 2. created "Hel

[git-users] Re: quick git repo set up

2012-11-22 Thread ankit sachan
Thanks a ton for such a quick response! I just tried what you said. It's the same, it just says "cloning into myrepo .. " and hangs indefinitely. I have verified that i can scp and ssh to the server as well using a password. Just can't think of any other problem!! On Thursday, November 22, 201

Re: [git-users] quick git repo set up

2012-11-22 Thread Martin Møller Skarbiniks Pedersen
On 22 November 2012 22:16, ankit sachan wrote: > Hi, I am a newbie with git. I have a linux server(centos 6.2) where i store > code and host my website. [...] > We all work from windows machine using cygwin. I am wondering, how to > quickly set-up a git repo on server and then be able to push an

[git-users] quick git repo set up

2012-11-22 Thread ankit sachan
Hi, I am a newbie with git. I have a linux server(centos 6.2) where i store code and host my website. 2 more guys work with me and we are learning very fast. We all work from windows machine using cygwin. I am wondering, how to quickly set-up a git repo on server and then be able to push and pu

Re: [git-users] Re: /opt/git folder

2012-11-22 Thread Konstantin Khomoutov
On Thu, 22 Nov 2012 07:42:59 -0600 Tim Chase wrote: > > So, to answer the original question, Git *might* be installed > > under /opt, when doing manual compilation, but this is somewhat odd > > due to a number of reasons--it's always better to first try > > installing Git from a ready-made binary

[git-users] Re: /opt/git folder

2012-11-22 Thread Tim Chase
On 11/22/12 06:28, Konstantin Khomoutov wrote: > So, to answer the original question, Git *might* be installed > under /opt, when doing manual compilation, but this is somewhat odd due > to a number of reasons--it's always better to first try installing Git > from a ready-made binary package. Ever

[git-users] Re: auto branching origin server

2012-11-22 Thread Jeffrey Marans
I'm beginning to get the feeling that GIT offers solutions that are elegant in their simplicity. Thanks. On Wednesday, November 21, 2012 1:37:14 PM UTC-5, Jeffrey Marans wrote: > > I'm working on converting 20 cvs modules into snv/git repositories in > order to determine which is most appropri

Re: [git-users] Re: auto branching origin server

2012-11-22 Thread Konstantin Khomoutov
On Thu, 22 Nov 2012 04:06:06 -0800 (PST) Jeffrey Marans wrote: > When a Bugzilla bug transitions to the ASSIGNED state a stored > procedure in the Bugzilla mysql database bugs table fires a script > that forks a bug branch on the origin server. > > SVN commands allow me to script server side bra

Re: [git-users] Re: /opt/git folder

2012-11-22 Thread Konstantin Khomoutov
On Thu, 22 Nov 2012 01:53:04 -0800 (PST) Thomas Ferris Nicolaisen wrote: > > When git is installed a /opt/git folder is created? > > > > I'm asking because i was reading > > > > http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server > > > > and i don't have /opt/git folder, should

[git-users] git-p4 submit bug

2012-11-22 Thread Alexei Kornienko
Hello I have a question about git-p4 submit process: *def applyCommit(self, id**)* Is creating patches for git commit that needs to be applied and then tries to apply them. When I try to do this I always get an error that patch is failed. >From what I see that error is caused by the fact that

[git-users] Re: auto branching origin server

2012-11-22 Thread Jeffrey Marans
When a Bugzilla bug transitions to the ASSIGNED state a stored procedure in the Bugzilla mysql database bugs table fires a script that forks a bug branch on the origin server. SVN commands allow me to script server side branching. I need to effect the same results with GIT. On Wednesday, Nove

[git-users] Re: /opt/git folder

2012-11-22 Thread Thomas Ferris Nicolaisen
On Thursday, November 22, 2012 10:00:27 AM UTC+1, Ivan Ionut wrote: > When git is installed a /opt/git folder is created? > > I'm asking because i was reading > > http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server > > and i don't have /opt/git folder, should i make this folder?

[git-users] /opt/git folder

2012-11-22 Thread Ivan Ionut
When git is installed a /opt/git folder is created? I'm asking because i was reading http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server and i don't have /opt/git folder, should i make this folder? --

Re: [git-users] auto branching origin server

2012-11-22 Thread Konstantin Khomoutov
On Wed, Nov 21, 2012 at 10:37:14AM -0800, Jeffrey Marans wrote: [...] > I've been able to write some autobranch code that runs on our bugzilla > server against the SVN repos and is triggered by a bugs table update. > I'm at a loss how to accomplish the same results against the GIT origin. Could

[git-users] Repository corruption ...

2012-11-22 Thread tombert
Hi all, recently I got a: remote: fatal: *object 534a44ef7703fdfe13e609b3e87e98bd52af60f8 is corrupted * error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. remote: aborting due to possible repository