Re: [git-users] Question about .gitignore

2014-03-10 Thread Andy Hardy
On 10/03/2014 21:20, rhugga wrote: > > So .gitignore is used to hide certain file types which is great. But how > do you have it ignore the file itself? > > I put .gitignore in the file itself and that works but seems more like a > work around than as intended. Why would you want to ignore .giti

Re: [git-users] Question about .gitignore

2014-03-10 Thread Andy Hardy
On 10/03/2014 21:33, Chuck wrote: > > Putting .gitignore inside the file itself doesn't negate it's behavior. > Just seems like something that should be built in because a) no one > wants to see this listed as an untracked file and b) no one wants this > included in their actual project repositor

Re: [git-users] clone into Windows system file fails. How to provide permission?

2014-04-10 Thread Andy Hardy
On 10/04/2014 01:46, Michael Laird wrote: > Andy, > Thanks for your response. > Messing with Apache fills me with questions. > If I put newProject in another new directory, do I have to call it htdocs You can call it anything as long a DocumentRoot points to it. > Can I have newProject and exist

Re: [git-users] Git tags and information as file header

2014-05-15 Thread Andy Hardy
On 15/05/2014 22:48, Magnus Therning wrote: - version: doesn't make sense in git, would it be the hash? what does that tell me? I find an identifier useful when investigating problems and wanting to confirm what files are involved. -- You received this message because you are subscribed

Re: [git-users] Git tags and information as file header

2014-05-15 Thread Andy Hardy
On 15/05/2014 23:39, Magnus Therning wrote: > On Thu, May 15, 2014 at 11:21:25PM +0100, Andy Hardy wrote: >> On 15/05/2014 22:48, Magnus Therning wrote: >> >>> - version: doesn't make sense in git, would it be the hash? >>> what does that tell me? &

[git-users] How to change tracked branch?

2011-08-23 Thread Andy Hardy
Hi, I'm using git svn to allow me to use git locally and then send back to our central svn repository. I generally tend to create tracking branches - usually based on an svn branch. Unfortunately, I started a tracking branch based on the svn trunk - I thought that the work would end up there soo

Re: [git-users] Could you please tell me how to fetch a single file?

2011-11-01 Thread Andy Hardy
On 01/11/2011 18:44, Rambo wrote: > Git documentation is useless, I don't know how to do the same as "svn > update " with git. No one mentions it probably because talking about 'checkout' is boring? I guess that you'd find out about git checkout in the same way that you found out about svn updat

Re: [git-users] Can git handle huge repository

2012-12-04 Thread Andy Hardy
On 30/11/2012 07:32, Brian Kotek wrote: > error: RPC failed; result=55, HTTP code = 0 A quick Google points to https://confluence.atlassian.com/pages/viewpage.action?pageId=301663267 suggesting that it's a problem with libcurl and a method of getting further debug information. http://stackoverflo

Re: [git-users] How to install git on CentOS5 without root access?

2012-12-20 Thread Andy Hardy
On 20/12/2012 18:00, Eric B wrote: > [eric git]$ git clone https://e...@git.assembla.com/myproj.git > Cloning into 'myproj'... > Password for 'https://e...@git.assembla.com > ': > error: RPC failed; result=22, HTTP code = 401 > fatal: The remote end hung up unexpect

Re: [git-users] Need to remove a directory of huge files, Dalibor's advice isn't working

2013-05-10 Thread Andy Hardy
On 09/05/2013 16:24, David Walend wrote: > HI all. I need some help. > Perhaps http://rtyley.github.io/bfg-repo-cleaner/ could help? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emai

Re: [git-users] git svn fetch checksum mismatch - HELP

2013-05-16 Thread Andy Hardy
On 16/05/2013 19:27, ad...@ashah.otherinbox.com wrote: > Hi All, > > I am trying to convert my SVN repo to GIT using GIT-SVN and after a few > commits being process am running in to following error > > Ashish-Shahs-Macbook-Pro: git svn fetch > . > . > . > r1878 = 79e09734fdb4916276da8273f25ecfbff

Re: [git-users] git Bad file number

2013-09-18 Thread Andy Hardy
On 18/09/2013 18:47, Armando Freire wrote: > Hello guys! > > I've been trying to |git archive| a new version of the system I'm > currently working on, but, suddenly, the |git archive| command, which I > used to use, stopped working. > > I use the |git archive| followed by the |git diff + filters|

Re: [git-users] git Bad file number

2013-09-18 Thread Andy Hardy
On 18/09/2013 22:12, Armando Freire wrote: Hello Andy, I don't think it might be a connection issue, cuz I was able to generate the package untill the 1.3.3 version of the system. Since then, I can't generate for further versions. If I attempt to generate a previous package, it works! :\ Perha

Re: [git-users] Re: git Bad file number

2013-09-19 Thread Andy Hardy
On 19/09/2013 17:00, Armando Freire wrote: Andy, I'm using Git Bash! So... you know which command generates the error? I assumed that as you mentioned git archive and git diff that you were running some form of script. -- You received this message because you are subscribed to the Google G

Re: [git-users] Re: git Bad file number

2013-09-19 Thread Andy Hardy
On 19/09/2013 19:25, Armando Freire wrote: git archive -o ./TAGver.zip TAGver $(git diff --name-only startTAGver endTAGver --diff-filter [AMCRT]) I'm not really uptodate on Bash scripting, but what does the $(git diff...) do? I thought that this would to execute the result of the diff command