[GRASS-user] which version download to compile?

Dear all,

I would like to download the source files of grass, and compile this under
MSYS/Vista 64bit. My special interest is on use python scripting.
Which version I download? I see four versions on the Source-code section
of 6.4 version.

Cheers

milton
brazil=toronto

Milton Cezar Ribeiro wrote:

I would like to download the source files of grass,
and compile this under MSYS/Vista 64bit. My special
interest is on use python scripting.
Which version I download? I see four versions on the
Source-code section of 6.4 version.

https://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.4

"To extract the current 6.4.x release branch version (stable) use the command:

  svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 grass64_release
"

then: http://trac.osgeo.org/grass/wiki/CompileOnWindows

good luck,
Hamish

Hi Hamish,

Sorry for my ignorance, but how can I run svn?
I tryed start msys and run from it and it appears to be not installed.

cheers

milton

2009/7/14 Hamish <hamish_b@yahoo.com>

Milton Cezar Ribeiro wrote:

I would like to download the source files of grass,
and compile this under MSYS/Vista 64bit. My special
interest is on use python scripting.
Which version I download? I see four versions on the
Source-code section of 6.4 version.

https://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.4

"To extract the current 6.4.x release branch version (stable) use the command:

svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 grass64_release
"

then: http://trac.osgeo.org/grass/wiki/CompileOnWindows

good luck,
Hamish

Hi Hamish,

I figured out that I need install the svn program and I did.
My question is which of those links are more updated:

svn checkout https://svn.osgeo.org/grass/grass/tags/release_20090609_grass_6_4_0RC5 grass640_rc5
OR
svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 grass64_release

I am asking this because two important things for me were fixed last week. So the “newest” source matter on my case.

Cheers

milton

2009/7/14 Hamish <hamish_b@yahoo.com>

Milton Cezar Ribeiro wrote:

I would like to download the source files of grass,
and compile this under MSYS/Vista 64bit. My special
interest is on use python scripting.
Which version I download? I see four versions on the
Source-code section of 6.4 version.

https://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.4

"To extract the current 6.4.x release branch version (stable) use the command:

svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 grass64_release
"

then: http://trac.osgeo.org/grass/wiki/CompileOnWindows

good luck,
Hamish

Milton Cezar Ribeiro wrote:

My question is which of those links are more updated:

svn checkout https://svn.osgeo.org/grass/grass/tags/release_20090609_grass_6_4_0RC5
grass640_rc5
OR
svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4
grass64_release

I am asking this because two important things for me
were fixed last week. So the "newest" source matter on my case.

releasebranch_6_4 is the most recent (live) version of the stable branch
SVN repository.

6.4.0RC5 was tagged for release from that releasebranch on 2009/06/09.

Hamish