Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion 1.4 on git

Received: by 10.52.74.103 with SMTP id s7mr16381123vdv.1.1336275057782;
        Sat, 05 May 2012 20:30:57 -0700 (PDT)
X-BeenThere: django-users@googlegroups.com
Received: by 10.52.116.42 with SMTP id jt10ls733628vdb.4.gmail; Sat, 05 May
 2012 20:30:28 -0700 (PDT)
Received: by 10.52.88.201 with SMTP id bi9mr16355331vdb.6.1336275028381;
        Sat, 05 May 2012 20:30:28 -0700 (PDT)
Received: by 10.52.88.201 with SMTP id bi9mr16355330vdb.6.1336275028367;
        Sat, 05 May 2012 20:30:28 -0700 (PDT)
Return-Path: <rivsen1...@gmail.com>
Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com [209.85.212.53])
        by gmr-mx.google.com with ESMTPS id cz20si6477186vdb.0.2012.05.05.20.30.28
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 05 May 2012 20:30:28 -0700 (PDT)
Received-SPF: pass (google.com: domain of rivsen1...@gmail.com designates 209.85.212.53 as permitted sender) client-ip=209.85.212.53;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of rivsen1...@gmail.com designates 209.85.212.53 as permitted sender) smtp.mail=rivsen1...@gmail.com; dkim=pass header...@gmail.com
Received: by vbbfc26 with SMTP id fc26so3250591vbb.12
        for <django-users@googlegroups.com>; Sat, 05 May 2012 20:30:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=WM5v2NJaf1ntsRr7ftGFdpQMpUGGut/3JDNIcw9DJWE=;
        b=IJBx5+Ez55PKqGLRrnt/UDfeHBeL/ButbSHpy07hfCWwhOFW+VSS37GEnP4vrCLKVK
         1QjbovGsxYLvL7nMpf/pyQl4GOX85YUIwdWSvNlPlZvzsRtDBvshG0W/zspU3GEqgCHf
         xIqQC6Azl/KfaK056L2sY73GI7T6J3EzatoZQL00rWa+RHlIS37/Bw4UTYluE58GNhq3
         QQKZafOO9979owshiXml3VpQdA2gZkNfauDrYChzZW6v8xmzYtFZ49w0j/A3xjmuaagR
         +ELkJ+8khg8KP+m9qe+DxupIjYXC2bpJOx0IiednsQI42ug7bneCCR5mxIn8ur4Xz4Nd
         q+6A==
MIME-Version: 1.0
Received: by 10.52.95.212 with SMTP id dm20mr3096007vdb.85.1336275028251; Sat,
 05 May 2012 20:30:28 -0700 (PDT)
Received: by 10.52.184.104 with HTTP; Sat, 5 May 2012 20:30:28 -0700 (PDT)
In-Reply-To: <CAO7PdF8ykwAu0GcFkc9wjH9skt3AtC=FtyUcADhr7GCCYUR...@mail.gmail.com>
References: <CACwCsY45=q9V0EkipLXSDFWtoFXBUkGz_Ni_E1W+NOPRLJA...@mail.gmail.com>
	<CAO7PdF8ykwAu0GcFkc9wjH9skt3AtC=FtyUcADhr7GCCYUR...@mail.gmail.com>
Date: Sun, 6 May 2012 11:30:28 +0800
Message-ID: <CAE7pUuBbsS2_dz0nOT_ZqMFnZ+6_Eb0DuHqAgp_60VQxvwh...@mail.gmail.com>
Subject: Re: 1.4 on git
From: Rivsen <rivsen1...@gmail.com>
To: django-users@googlegroups.com
Content-Type: multipart/alternative; boundary=20cf307d04f061939e04bf55c6cc

--20cf307d04f061939e04bf55c6cc
Content-Type: text/plain; charset=ISO-8859-1

Simply, you can see what git index in your first system, run "git log" and
remember the first row of commit( need only remember the first six or eight
like this 'commit *42198ad1*3560c46070223e095f787dff5bd8a918'  ).

Then checkout this commit in your second system, run 'git checkout *42198ad1
*' and you will get the same code status between two system.

ps. *42198ad1* is a example, not real

Best regards,

Rivsen

2012/5/6 Ramiro Morales <cra...@gmail.com>

> On Sat, May 5, 2012 at 8:42 PM, Larry Martell <larry.mart...@gmail.com>
> wrote:
> > Last month I set up a system and when I cloned django from git I got
> > version 1.4. Now I an setting up another system, and when I clone
> > django from git I get 1.5, and my app is failing. How I can get 1.4? I
> > see a django-nonrel / django-1.4 but it says "Work in progress 1.4
> > port, DON'T USE"
>
> The github.com/django/django repository is now the official Django
> development repository, we migrated from SVN a week ago.
>
> Problem is that we've only migrated the development mainline. We are
> working to also migrate the release tags (1.4, 1.3, ...) and the
> post-release maintenance branches. The plan is to have it ready in a
> couple of days.
>
> The repository that previously was at github.com/django/django is called
> now github.com/django/django-old and it has the 1.4 tag. You can clone
> from it if you can't wait.
>
> Regards,
>
> --
> Ramiro Morales
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

--20cf307d04f061939e04bf55c6cc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Simply, you can see what git index in your first system, run &quot;git log&=
quot; and remember the first row of commit( need only remember the first si=
x or eight like this &#39;commit <b>42198ad1</b>3560c46070223e095f787dff5bd=
8a918&#39;=A0 ).<br>
<br>Then checkout this commit in your second system, run &#39;git checkout =
<b>42198ad1</b>&#39; and you will get the same code status between two syst=
em.<br><br>ps. <b>42198ad1</b> is a example, not real<br><br>Best regards,<=
br>
<br>Rivsen<br><br><div class=3D"gmail_quote">2012/5/6 Ramiro Morales <span =
dir=3D"ltr">&lt;<a href=3D"mailto:cra...@gmail.com" target=3D"_blank">cramm=
0...@gmail.com</a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=3D"im">On Sat, May 5, 2012 at 8:42 PM, Larry Martell &lt;<a href=
=3D"mailto:larry.mart...@gmail.com">larry.mart...@gmail.com</a>&gt; wrote:<=
br>
&gt; Last month I set up a system and when I cloned django from git I got<b=
r>
&gt; version 1.4. Now I an setting up another system, and when I clone<br>
&gt; django from git I get 1.5, and my app is failing. How I can get 1.4? I=
<br>
&gt; see a django-nonrel / django-1.4 but it says &quot;Work in progress 1.=
4<br>
&gt; port, DON&#39;T USE&quot;<br>
<br>
</div>The <a href=3D"http://github.com/django/django" target=3D"_blank">git=
hub.com/django/django</a> repository is now the official Django<br>
development repository, we migrated from SVN a week ago.<br>
<br>
Problem is that we&#39;ve only migrated the development mainline. We are<br=
>
working to also migrate the release tags (1.4, 1.3, ...) and the<br>
post-release maintenance branches. The plan is to have it ready in a<br>
couple of days.<br>
<br>
The repository that previously was at <a href=3D"http://github.com/django/d=
jango" target=3D"_blank">github.com/django/django</a> is called<br>
now <a href=3D"http://github.com/django/django-old" target=3D"_blank">githu=
b.com/django/django-old</a> and it has the 1.4 tag. You can clone<br>
from it if you can&#39;t wait.<br>
<br>
Regards,<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
--<br>
Ramiro Morales<br>
</font></span><div class=3D"HOEnZb"><div class=3D"h5"><br>
--<br>
You received this message because you are subscribed to the Google Groups &=
quot;Django users&quot; group.<br>
To post to this group, send email to <a href=3D"mailto:django-users@googleg=
roups.com">django-users@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:django-user=
s%2Bunsubscribe@googlegroups.com">django-users+unsubscribe@googlegroups.com=
</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/django-users?hl=3Den" target=3D"_blank">http://groups.google.com/group=
/django-users?hl=3Den</a>.<br>
<br>
</div></div></blockquote></div><br>

--20cf307d04f061939e04bf55c6cc--