Re: [Flightgear-devel] git questions

2010-07-03 Thread Durk Talsma
Hi Dave,

On Friday 02 July 2010 10:21:11 pm dave perry wrote:
 Thanks Tim,

 Here's the result:
 [...@dave-pc fgdata]$ git push origin master
 fatal: protocol error: expected sha/ref, got '
 --
 The git:// protocol is read-only.

 Please use the push url as listed on the repository page.
 --'
 Do I need authorization to be able to push changes to fgdata?

Not sure whether this is helpful or not, but I don't see you listed as a 
committer yet, so I assume that you need to be authorized first. Once/if you 
have authorization, you should be able to push using:

git push g...@gitorious.org:fg/fgdata.git

Since I'm still learning git, I don't know whether git push origin master is 
equivalent to the former.

Cheers,
Durk
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] git questions

2010-07-03 Thread Tim Moore
On Fri, Jul 2, 2010 at 10:21 PM, dave perry skida...@mindspring.com wrote:

  Thanks Tim,

 Here's the result:
 [...@dave-pc fgdata]$ git push origin master
 fatal: protocol error: expected sha/ref, got '
 --
 The git:// protocol is read-only.

 Please use the push url as listed on the repository page.
 --'
 Do I need authorization to be able to push changes to fgdata?

 Yes, you do. Register on gitorious, upload an ssh key, ping me You
won't need to download the whole repo again :)

Tim


 On 07/02/2010 11:48 AM, Tim Moore wrote:



 On Fri, Jul 2, 2010 at 5:43 PM, dave perry skida...@mindspring.comwrote:

 I am having syntax issues trying to push changes to the git fgdata
 repository.  I have made the edits and git add's, git rm's, git submit,
 and git status shows my local fgdata master branch clean.  But I have
 not been able to push these changes to the repository.

  I presume you meant git commit instead of git submit.


 What is the syntax for this?  Can I do this from the two local
 directories that have changes?

  Assuming you've committed your changes to your local master branch, then
 git push origin master will do the trick. If your local branch is no
 longer up-to-date because someone else has committed something to the repo,
 then you'll need to merge those changes before you can commit your own,
 either with git pull origin or git fetch origin; git merge
 origin/master.

  Tim

  Thanks in advance,
 Dave P.


 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel



 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first


 ___
 Flightgear-devel mailing 
 listflightgear-de...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/flightgear-devel




 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] git questions

2010-07-03 Thread dave perry

On 07/03/2010 02:52 AM, Tim Moore wrote:



On Fri, Jul 2, 2010 at 10:21 PM, dave perry skida...@mindspring.com 
mailto:skida...@mindspring.com wrote:


Thanks Tim,

Here's the result:
[...@dave-pc fgdata]$ git push origin master
fatal: protocol error: expected sha/ref, got '
--
The git:// protocol is read-only.

Please use the push url as listed on the repository page.
--'
Do I need authorization to be able to push changes to fgdata?

Yes, you do. Register on gitorious, upload an ssh key, ping me You 
won't need to download the whole repo again :)



Hi Tim,

I am registered on gitorious now and I have entered my ssh public key.  
What account info do you need to add me to group +flightgear-developers 
and can I send it to you off list?


Dave Perry
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] git questions

2010-07-02 Thread dave perry

Thanks Tim,

Here's the result:
[...@dave-pc fgdata]$ git push origin master
fatal: protocol error: expected sha/ref, got '
--
The git:// protocol is read-only.

Please use the push url as listed on the repository page.
--'
Do I need authorization to be able to push changes to fgdata?

On 07/02/2010 11:48 AM, Tim Moore wrote:



On Fri, Jul 2, 2010 at 5:43 PM, dave perry skida...@mindspring.com 
mailto:skida...@mindspring.com wrote:


I am having syntax issues trying to push changes to the git fgdata
repository.  I have made the edits and git add's, git rm's, git
submit,
and git status shows my local fgdata master branch clean.  But I have
not been able to push these changes to the repository.

I presume you meant git commit instead of git submit.

What is the syntax for this?  Can I do this from the two local
directories that have changes?

Assuming you've committed your changes to your local master branch, 
then git push origin master will do the trick. If your local branch 
is no longer up-to-date because someone else has committed something 
to the repo, then you'll need to merge those changes before you can 
commit your own, either with git pull origin or git fetch origin; 
git merge origin/master.


Tim

Thanks in advance,
Dave P.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first http://sprint.com/first --
http://p.sf.net/sfu/sprint-com-first
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
mailto:Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first


___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel
   


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] git questions

2010-07-02 Thread Melchior FRANZ
JFTR: I *did* answer, but your provider rejected it

  skida...@mindspring.com:
  Connected to 207.69.189.219 but sender was rejected.
  Remote host said: 550 550 Dynamic/zombied/spam IPs blocked. \
  Write blockedbyearthl...@abuse.earthlink.net

m.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel