[git-users] how to git svn clone ?

2015-05-01 Thread Zk W
Hi All We have a svn repo containing the following folders: trunk branches tags inactive how do we clone inactive folder since git svn clone --stdlayout only deals with trunk, branches, and tags ? thanks -- You received this message because you are subscribed to the Google Groups "Git for

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

2015-05-01 Thread Thomas Ferris Nicolaisen
On Friday, May 1, 2015 at 11:08:43 PM UTC+2, Thomas Ferris Nicolaisen wrote: > > On Wednesday, April 29, 2015 at 1:53:42 PM UTC+2, Konrád Lőrinczi wrote: >> >> Unfortunately push-to-checkout did not result files in workdir after >> pushing to server, so it was not usable for me. >> >>> >>>

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

2015-05-01 Thread Thomas Ferris Nicolaisen
On Wednesday, April 29, 2015 at 1:53:42 PM UTC+2, Konrád Lőrinczi wrote: > > Unfortunately push-to-checkout did not result files in workdir after > pushing to server, so it was not usable for me. > >> >> >> > Not sure if

Re: [git-users] Fixing a file in Git --- how?

2015-05-01 Thread Konstantin Khomoutov
On Fri, 1 May 2015 03:47:03 -0700 (PDT) Birdy wrote: > I have been working with yahoo-finance 1.1.4 and it works fine with > Python27 but, not with Python34. I believe that I have identified the > changes that need to be made and would like to check if my updates > for using it with Python34 ar

Re: [git-users] Fixing a file in Git --- how?

2015-05-01 Thread Tummala Dhanvi
On Fri, May 1, 2015 at 4:17 PM, Birdy wrote: > I have been working with yahoo-finance 1.1.4 and it works fine with Python27 > but, not with Python34. I believe that I have identified the changes that > need to be made and would like to check if my updates for using it with well git typically work

[git-users] Fixing a file in Git --- how?

2015-05-01 Thread Birdy
I have been working with yahoo-finance 1.1.4 and it works fine with Python27 but, not with Python34. I believe that I have identified the changes that need to be made and would like to check if my updates for using it with Python34 are ok. How can I handle this via Git? [I apologize if this is