[git-users] GIT-SVN: rebase vs. fetch, rebase against a particular revision

2012-12-21 Thread matthias . schweinoch
I'm working in an environment, where the primary version control system is SVN. The setup is such that when something is commited to SVN, a build is scheduled. When the build server is idle, it takes the current SVN HEAD revision (which may be different from the one that caused the build to be

Re: [git-users] Re: git.for solo developer

2012-12-21 Thread Charles Manning
On Thu, Dec 20, 2012 at 9:38 AM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Wednesday, December 19, 2012 9:30:24 PM UTC+1, Dimitris Papageorgiou wrote: Do you think git would be useful for a solo developer as I am right now? I am developing a web app alone-no other developers. VCS

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

2012-12-21 Thread Eric Benzacar
On Thu, Dec 20, 2012 at 2:35 PM, Andy Hardy a...@hardyfamily.org.uk wrote: 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 https://e...@git.assembla.com/': error: RPC

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

2012-12-21 Thread Konstantin Khomoutov
On Thu, 20 Dec 2012 15:10:44 -0500 Eric Benzacar e...@benzacar.ca wrote: HTTP 401 is an 'unauthorized' message, it sounds like user 'eric' doesn't have authority to clone https://git.assembla.com/myproj.git. Perhaps the wrong password or that user simply isn't allowed to access that

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

2012-12-21 Thread Konstantin Khomoutov
On Thu, 20 Dec 2012 15:10:44 -0500 Eric Benzacar e...@benzacar.ca wrote: [eric git]$ git clone https://e...@git.assembla.com/myproj.git Cloning into 'myproj'... Password for 'https://e...@git.assembla.com https://e...@git.assembla.com/': error: RPC failed; result=22, HTTP code =

Re: [git-users] Re: git.for solo developer

2012-12-21 Thread Joe Cabezas
I feel really sorry about this off-topic ,but I loved this message ,thank you Charles Manning. JoeCabezas: When my kids started programming, the 1st thing I did with them was get them to sign up to #github and get into the habit of using git 3 Original Tweet:

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

2012-12-21 Thread Dale R. Worley
From: Eric B ebenza...@gmail.com [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 unexpectedly In all fairness, I do not know

Re: [git-users] Pushing symbolic references to remote repositories?

2012-12-21 Thread Dale R. Worley
From: Dun Peal dunpea...@gmail.com Is there a clean and reliable way to do that, or are symbolic references just not meant to be shared? I may be well wrong, but my impression is that symbolic references are like branch names, in that they aren't things that can be pushed or pulled between

[git-users] File diff shows up as single line

2012-12-21 Thread Aaron Woehler
I have two files in my repository that started showing up as single lines. How do I fix this? The files show up fine in Eclipse and other editors. Here is what git-gui shows me. @@ -1 +1 @@ -cffunction name=table_data_inputcfargument name=label required=yescfargument name=bindto required=yes

[git-users] Re: File diff shows up as single line

2012-12-21 Thread Huu Da Tran
On Friday, December 21, 2012 6:07:09 PM UTC-5, Aaron Woehler wrote: I have two files in my repository that started showing up as single lines. How do I fix this? The files show up fine in Eclipse and other editors. Mixing unix and windows files? Here is what git-gui shows me. @@