Re: Push Windows to Linux Repository Problem

2012-12-23 Thread Andreas Schwab
Dennis Putnam writes: > I keep getting "fatal: Could not read from remote repository." Can you "git ls-remote" the repository? Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different

Re: Push Windows to Linux Repository Problem

2012-12-23 Thread Dennis Putnam
Hi Andreas, Thanks for the reply and no, I could not. However, you put me on the right track. Since I was only pushing/pulling from Windows to/from my Linux repository, I did not realize that an SSH session from the Linux back to Windows would ever be necessary. I don't really understand why but a

Using Eclipse git plugin

2012-12-23 Thread Dennis Putnam
This may be more of an Eclipse question than a git question but hopefully someone on this list knows both. I now have a working git central repository (on Linux) and a local repository clone (on Windows). I can see and edit my files in Eclipse, commit them and push them to the remote repository. Th

Re: [PATCH 2/2] learn to pick/revert into unborn branch

2012-12-23 Thread Junio C Hamano
Martin von Zweigbergk writes: > On Sat, Dec 22, 2012 at 7:24 PM, Junio C Hamano wrote: >> Martin von Zweigbergk writes: >> From the user's point of view, it seems natural to think that >>> cherry-picking into an unborn branch should work, so make it work, >>> with or without --ff. >> >> I a

Re: [PATCH 2/2] learn to pick/revert into unborn branch

2012-12-23 Thread Junio C Hamano
Christian Couder writes: > I agree that it would be nice if it worked. That is not saying anything. Yes, it would be nice if everything worked. But the question in the thread is "with what definition of 'work'?" -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a

Re: [PATCH 2/2] learn to pick/revert into unborn branch

2012-12-23 Thread Junio C Hamano
Junio C Hamano writes: > Yes, and I do not think it is an implementation detail. > > I am not opposed to an "internal use" of the cherry-pick machinery to > implement a corner case of "rebase -i": > ... > In step 4., you would be internally using the cherry-pick machinery > to implement the step

Re: Re: Re: Re: Change in cvsps maintainership, abd a --fast-export option

2012-12-23 Thread Heiko Voigt
On Sat, Dec 22, 2012 at 09:15:19AM -0500, Eric S. Raymond wrote: > sr@snark:~/WWW/cvsps/fixrepos$ git clone http://repo.or.cz/w/cvsps-hv.git > Cloning into 'cvsps-hv'... > fatal: http://repo.or.cz/w/cvsps-hv.git/info/refs not valid: is this a git > repository? That link refers to the webpage of t

Re: cvsps, parsecvs, svn2git and the CVS exporter mess

2012-12-23 Thread Heiko Voigt
Hi, On Sat, Dec 22, 2012 at 12:36:48PM -0500, Eric S. Raymond wrote: > If we can agree on this, I'll start a public repo, and contribute my > Python framework - it's more capable than any of the shell harnesses > out there because it can easily drive interleaved operations on multiple > checkout

Re: [PATCH 2/2] learn to pick/revert into unborn branch

2012-12-23 Thread Philip Oakley
From: "Junio C Hamano" Sent: Sunday, December 23, 2012 3:24 AM Subject: Re: [PATCH 2/2] learn to pick/revert into unborn branch Martin von Zweigbergk writes: From the user's point of view, it seems natural to think that cherry-picking into an unborn branch should work, so make it work, with

Re: cvsps, parsecvs, svn2git and the CVS exporter mess

2012-12-23 Thread Eric S. Raymond
Heiko Voigt : > Please share so we can have a look. BTW, where can I find your cvsps > code? https://gitorious.org/cvsps Developments of the last 48 hours: 1. Andreas Schwab sent me a patch that uses commitids wherever the history has them - this makes all the time-skew problems go away. I a

Find the starting point of a local branch

2012-12-23 Thread Woody Wu
Hi, list How can I find out what's the staring reference point (a commit number or tag name) of a locally created branch? I can use gitk to find out it but this method is slow, I think there might be a command line to do it quickly. Thanks in advance. -- woody I can't go back to yesterday - beca

Re: Find the starting point of a local branch

2012-12-23 Thread Seth Robertson
In message <20121224035825.GA17203@zuhnb712>, Woody Wu writes: How can I find out what's the staring reference point (a commit number or tag name) of a locally created branch? I can use gitk to find out it but this method is slow, I think there might be a command line to do it qui

Re: [PATCH] Python scripts audited for minimum compatible version and checks added.

2012-12-23 Thread Junio C Hamano
Junio C Hamano writes: > I needed something like this on top of it to get it pass t5800. > > diff --git a/git_remote_helpers/git/__init__.py > b/git_remote_helpers/git/__init__.py > index 776e891..5047fd4 100644 > --- a/git_remote_helpers/git/__init__.py > +++ b/git_remote_helpers/git/__init__.p

Re: [PATCH] Python scripts audited for minimum compatible version and checks added.

2012-12-23 Thread Eric S. Raymond
Junio C Hamano : > Junio C Hamano writes: > > > I needed something like this on top of it to get it pass t5800. > > > > diff --git a/git_remote_helpers/git/__init__.py > > b/git_remote_helpers/git/__init__.py > > index 776e891..5047fd4 100644 > > --- a/git_remote_helpers/git/__init__.py > > +++

Re: Find the starting point of a local branch

2012-12-23 Thread Nguyen Thai Ngoc Duy
On Mon, Dec 24, 2012 at 11:09 AM, Seth Robertson wrote: > > In message <20121224035825.GA17203@zuhnb712>, Woody Wu writes: > > How can I find out what's the staring reference point (a commit number > or tag name) of a locally created branch? I can use gitk to find out it > but this met

Re: Find the starting point of a local branch

2012-12-23 Thread Tomas Carnecky
On Mon, 24 Dec 2012 12:28:45 +0700, Nguyen Thai Ngoc Duy wrote: > On Mon, Dec 24, 2012 at 11:09 AM, Seth Robertson wrote: > > > > In message <20121224035825.GA17203@zuhnb712>, Woody Wu writes: > > > > How can I find out what's the staring reference point (a commit number > > or tag name)

Re: Find the starting point of a local branch

2012-12-23 Thread Nguyen Thai Ngoc Duy
On Mon, Dec 24, 2012 at 12:34 PM, Tomas Carnecky wrote: >> Maybe we should store this information. reflog is a perfect place for >> this, I think. If this information is reliably available, git rebase >> can be told to "rebase my whole branch" instead of my choosing the >> base commit for it. > >

Re: Find the starting point of a local branch

2012-12-23 Thread Jeff King
On Mon, Dec 24, 2012 at 12:28:45PM +0700, Nguyen Thai Ngoc Duy wrote: > > You want to know "what commit was I at when I typed `git branch > > mybranch`"? The problem is git doesn't record this information and > > doesn't have the slightest clue. > > Maybe we should store this information. reflog

Re: Find the starting point of a local branch

2012-12-23 Thread Junio C Hamano
Nguyen Thai Ngoc Duy writes: > On Mon, Dec 24, 2012 at 12:34 PM, Tomas Carnecky > wrote: >>> Maybe we should store this information. reflog is a perfect place for >>> this, I think. If this information is reliably available, git rebase >>> can be told to "rebase my whole branch" instead of my ch

Re: [PATCH 2/2] learn to pick/revert into unborn branch

2012-12-23 Thread Martin von Zweigbergk
On Sun, Dec 23, 2012 at 11:18 AM, Junio C Hamano wrote: > Martin von Zweigbergk writes: >> On Sat, Dec 22, 2012 at 7:24 PM, Junio C Hamano wrote: > > I am not opposed to an "internal use" of the cherry-pick machinery to > implement a corner case of "rebase -i": > > 3. You run "rebase -i

Re: Find the starting point of a local branch

2012-12-23 Thread Woody Wu
On Sun, Dec 23, 2012 at 11:09:58PM -0500, Seth Robertson wrote: > > In message <20121224035825.GA17203@zuhnb712>, Woody Wu writes: > > How can I find out what's the staring reference point (a commit number > or tag name) of a locally created branch? I can use gitk to find out it > but