Re: [git-users] git push does not update remote workdir

2015-04-28 Thread Thomas Ferris Nicolaisen
I didn't get into the details of this discussion, but I just wanted to shoot in that there is a new hook since Git 2.3 called "push-to-checkout". Perhaps that would be the right thing here. Nice to know about anyhow: https://github.com/git/git/commit/0855331941b723b227e93b33955bbe0b45025659 --

[git-users] Re: having trouble compile git from source

2015-04-28 Thread Oscar
I was able to complete the install after the makefile modification. Most of the binaries seem to work except "git svn".Got the following error. I am using Perl 5.10.1. Can't load '/usr/local/lib64/perl5/auto/SVN/_Core/_Core.so' for module SVN::_Core: libsvn_swig_perl-1.so.0: cannot open shared

Re: [git-users] Re: having trouble compile git from source

2015-04-28 Thread Konstantin Khomoutov
On Tue, 28 Apr 2015 06:57:33 -0700 (PDT) Oscar wrote: > I was able to complete the install after the makefile modification. > Most of the binaries seem to work except "git svn".Got the following > error. I am using Perl 5.10.1. > > Can't load '/usr/local/lib64/perl5/auto/SVN/_Core/_Core.so' for

Re: [git-users] Re: having trouble compile git from source

2015-04-28 Thread Oscar
Sorry, I am trying this on a Centos 6 64bit system. What kind of perl bindngs should I be looking for? Is this some kind of Perl module I need to install from CPAN? On Tuesday, April 28, 2015 at 9:08:05 AM UTC-5, Konstantin Khomoutov wrote: > > On Tue, 28 Apr 2015 06:57:33 -0700 (PDT) > Oscar

[git-users] Re: My recent advances ;-)

2015-04-28 Thread Thomas Ferris Nicolaisen
On Sunday, April 12, 2015 at 12:10:17 PM UTC+2, Dryden wrote: > > That was a type: my first cause is to MAKE changes in a different > directory. I want to stay clear of changing master at all times, If I can, > and if it is even in the slightest way necessary (ie. stuff that can break > things).

Re: [git-users] Re: having trouble compile git from source

2015-04-28 Thread Konstantin Khomoutov
On Tue, 28 Apr 2015 07:12:15 -0700 (PDT) Oscar wrote: > > > I was able to complete the install after the makefile > > > modification. Most of the binaries seem to work except "git > > > svn".Got the following error. I am using Perl 5.10.1. > > > > > > Can't load '/usr/local/lib64/perl5/auto/SVN

[git-users] How to do a selective push

2015-04-28 Thread Valencia
Say I have done 10 commits and I want to push only the 2nd and the 8th commit. How to do this? -- 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 emails from it, send an email to git-users