Re: [git-users] Help with repository on server

2012-10-29 Thread Max Hodges
text in red denotes deletions. So your team member pulled the remote branch? Did they switch to it? May they need to do a "checkout" to update their working directory files? On Tue, Oct 30, 2012 at 3:19 PM, Cesar Casasola wrote: > I first commit my changes in my clone repository (local repositor

Re: [git-users] Help with repository on server

2012-10-29 Thread Cesar Casasola
I first commit my changes in my clone repository (local repository). Then to push changes to remote repository (server repository). When a tema member clone the server repository get last changes committed but when view files are outdated...I don't know what happens... By the way the red text from

Re: [git-users] Help with repository on server

2012-10-29 Thread Max Hodges
merge commit locally then push to server, I think. On Oct 30, 2012, at 15:01, Cesar Casasola wrote: I finished to push my changes from clone repository to server repository but repository's files are outdated.

[git-users] Help with repository on server

2012-10-29 Thread Cesar Casasola
I finished to push my changes from clone repository to server repository but repository's files are outdated. The red text are changes made in clone repository but these changes aren't reflecte

Re: [git-users] Why do I have to be a source control engineer just to be a software developer?

2012-10-29 Thread Max Hodges
Hi Kramer, I know what you mean. I'm also an experienced, IT professional and findi Git to be very difficult and confusing to use. According the Linus Torvalds it used to be a much worse. He said it used to require quite a lot of brain power, but that other came along after him and make it "cool f

[git-users] git checkout-index unable to create file (permission denied) on some files

2012-10-29 Thread Philipp Kraus
Hello, I'm running a PHP script which pulls & checkouts a Git repo. The script clones first the repo and on each next call it should get all new changes (git clone and than git pull). Sometime I get the message: git checkout-index unable to create file (permission denied) exspecially on the .g

Re: [git-users] Re: Why do I have to be a source control engineer just to be a software developer?

2012-10-29 Thread Charles Manning
Ok, I like git now that I can more or less function, but I agree with the original poster git is a huge learning curve even with reading a heap of books and reading all the tutorials. git could really use some training wheels to make it easier to get going. On Tue, Oct 30, 2012 at 1:43 PM,

[git-users] Re: Why do I have to be a source control engineer just to be a software developer?

2012-10-29 Thread Alexandru Pătrănescu
Git is very different than other VCS (like SVN or whatever you used before). I suggest reading the Pro Git book with a clear mind, open to new ideas, not linking what you read with what you know that command did in other VCS. Git is really not that complicated, as his creator described it, it is

Re: [git-users] Why do I have to be a source control engineer just to be a software developer?

2012-10-29 Thread Konstantin Khomoutov
On Mon, Oct 29, 2012 at 03:31:13PM -0700, kramer.newsreader wrote: > I am a fairly experienced developer and I have never had issues working > with source control tools before git. [...] > Why do I have to be a source control engineer just to be a software > developer? Every time I see a post l

[git-users] Why do I have to be a source control engineer just to be a software developer?

2012-10-29 Thread kramer.newsreader
I am a fairly experienced developer and I have never had issues working with source control tools before git. I take a new job. I am working with git. I am thinking about quitting over having to use it. Every source control tool I have used before has an easy command that says: "Use these ch

Re: [git-users] Git clone fails with "bad pack header", how to get remote log

2012-10-29 Thread Konstantin Khomoutov
On Mon, 29 Oct 2012 09:52:54 -0700 (PDT) Kevin Molcard wrote: > I have a problem with my build system. > > I have a remote server with a relatively large repository (around 12 > GB, each branch having a size of 3 GB). > > I have also 2 build servers (Mac, Windows) that are cloning the repo > f

[git-users] Git clone fails with "bad pack header", how to get remote log

2012-10-29 Thread Kevin Molcard
Hi all, I have a problem with my build system. I have a remote server with a relatively large repository (around 12 GB, each branch having a size of 3 GB). I have also 2 build servers (Mac, Windows) that are cloning the repo from the remote. Sometimes (very often when several git clone are s

[git-users] Re: git hook with version string

2012-10-29 Thread Patrick
should be git log -n1 --format="%cd" On Sunday, October 28, 2012 10:18:07 AM UTC-7, P Rouleau wrote: > > Would it be fine if the "version file" was only created in the working > directory and not push on the server? And instead of using the date of the > last checkout it was the date of the last

[git-users] Re: how to make a 'git add --patch' using --word-diff?

2012-10-29 Thread Thomas Ferris Nicolaisen
On Monday, October 29, 2012 1:02:22 AM UTC+1, Joe Cabezas wrote: > my project have files with very large lines (very common in latex > projects), sometimes i have to modify a single word, and is very simple to > see differences using > > git diff --word-diff > > but when I want to make a > > git