git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: rjtaylor@havocinspired.co.uk
Cc: git@vger.kernel.org
Subject: Re: Different Versions
Date: Thu, 24 Apr 2008 21:50:41 +0200	[thread overview]
Message-ID: <20080424195041.GA5905@steel.home> (raw)
In-Reply-To: <899199.2868131209043100219.JavaMail.servlet@kundenserver>

rjtaylor@havocinspired.co.uk, Thu, Apr 24, 2008 15:18:20 +0200:
> I’m in a fairly restricted situation were I have a Live Web Server
> and a Dev Web Server. Now the Live box is running Ubuntu 7.04, and
> installs git version 1.4.* through apt-get. On the Dev box I’ve got
> Ubuntu 7.10, and this installs git version 1.5.*.
> 
> Each seem to use slightly different commands, e.g. to initialise a
> repository. 
> 
> My question is am I ok to use git versions 1.4.* and 1.5.* together,
> or am I going to have problems?

apart from the different commands - no.

> Should I down great my Dev box to Ubuntu 7.04 to get git version
> 1.4* so they are the same?

no, no need to downgrade anything

> Any advice would be appreciated.

get the git source, checkout the 1.4.x version you have on your Live
Web Server, compile and install it in your $HOME on developnment
machine and try things out before doing them on production system.

But it is actually quite simple to uninstall the old git on both
systems, compile the newest git, and just install it everywhere.

      parent reply	other threads:[~2008-04-24 19:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 13:18 Different Versions rjtaylor
2008-04-24 14:57 ` Matt Graham
2008-04-24 19:50 ` Alex Riesen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080424195041.GA5905@steel.home \
    --to=raa.lkml@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=rjtaylor@havocinspired.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).