[git-users] Re: Git upgrade on a Mac

2009-03-18 Thread David Aguilar

On  0, Ken  wrote:
> 
> David,
> 
> I apologize for the slow response.  However, thank you very much for
> the reply and the help.  I really appreciate it!!
> 
> Ken


=)

Oh.. sorry for mentioning 'make uninstall' since I now
realize that the 'uninstall' target doesn't exist.

The rm $(which git)-* thing should definitely do the trick,
though.

You shouldn't ever have to worry about uninstalling stuff
as long as the installation layout doesn't change in the
future (which it likely won't), so this tip really only
applies to the 1.5.x to 1.6.x upgrade.

Enjoy,
-David




> 
> On Mar 12, 9:13 pm, David Aguilar  wrote:
> > On  0, Ken  wrote:
> >
> >
> >
> > > Hello,
> >
> > > I have Git version 1.5.5.3 installed on my Mac.  It's been there
> > > awhile and to be honest I'm not really sure what specific method I
> > > used for an install (I know dumb mistake).  Anyway, I would like to
> > > upgrade to the latest version.  What would be the best method for
> > > doing this?  (I noticed on another thread the suggestion for
> > > uninstalling git prior to installing the new version.  Unfortunately,
> > > there was a follow-up response to that suggestion that was never
> > > answered so I'm uncertain how to proceed.)
> >
> > > Thanks very much,
> >
> > > Ken
> >
> > Yes, you should uninstall the git you currently have by using
> > 'make uninstall'.  After you've done that, download the
> > latest code and install it.
> >
> > It's important that you use the git 1.5.x code to uninstall
> > it since that's the version that you installed initially.
> >
> > If you have trouble uninstalling then you can probably cheat
> > and simply:
> >
> >         $ ls $(which git)-*
> >         $ rm $(which git)-*
> >
> > prior to your new install.
> >
> > Have fun,
> >
> > --
> >
> >         David
> > 

-- 

David



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~--~~~~--~~--~--~---



[git-users] Re: Git upgrade on a Mac

2009-03-18 Thread Ken

David,

I apologize for the slow response.  However, thank you very much for
the reply and the help.  I really appreciate it!!

Ken

On Mar 12, 9:13 pm, David Aguilar  wrote:
> On  0, Ken  wrote:
>
>
>
> > Hello,
>
> > I have Git version 1.5.5.3 installed on my Mac.  It's been there
> > awhile and to be honest I'm not really sure what specific method I
> > used for an install (I know dumb mistake).  Anyway, I would like to
> > upgrade to the latest version.  What would be the best method for
> > doing this?  (I noticed on another thread the suggestion for
> > uninstalling git prior to installing the new version.  Unfortunately,
> > there was a follow-up response to that suggestion that was never
> > answered so I'm uncertain how to proceed.)
>
> > Thanks very much,
>
> > Ken
>
> Yes, you should uninstall the git you currently have by using
> 'make uninstall'.  After you've done that, download the
> latest code and install it.
>
> It's important that you use the git 1.5.x code to uninstall
> it since that's the version that you installed initially.
>
> If you have trouble uninstalling then you can probably cheat
> and simply:
>
>         $ ls $(which git)-*
>         $ rm $(which git)-*
>
> prior to your new install.
>
> Have fun,
>
> --
>
>         David
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~--~~~~--~~--~--~---



[git-users] Re: Git upgrade on a Mac

2009-03-12 Thread David Aguilar

On  0, Ken  wrote:
> 
> Hello,
> 
> I have Git version 1.5.5.3 installed on my Mac.  It's been there
> awhile and to be honest I'm not really sure what specific method I
> used for an install (I know dumb mistake).  Anyway, I would like to
> upgrade to the latest version.  What would be the best method for
> doing this?  (I noticed on another thread the suggestion for
> uninstalling git prior to installing the new version.  Unfortunately,
> there was a follow-up response to that suggestion that was never
> answered so I'm uncertain how to proceed.)
> 
> Thanks very much,
> 
> Ken

Yes, you should uninstall the git you currently have by using
'make uninstall'.  After you've done that, download the
latest code and install it.

It's important that you use the git 1.5.x code to uninstall
it since that's the version that you installed initially.

If you have trouble uninstalling then you can probably cheat
and simply:

$ ls $(which git)-*
$ rm $(which git)-*

prior to your new install.


Have fun,

-- 

David



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~--~~~~--~~--~--~---