Re: [TYPO3-english] howto: git checkout TYPO3 4.6.0beta2?

2011-09-07 Thread Fedir RYKHTIK
There is an another quite anoying stuff. Autogenerated @version in
PHPDoc description doesn't the same, in git tag  sourceforge tag.

Must be the same, but it's not the case.

Regards,
Fedir

 Hhm, I'm still struggling with GITting things right. I'm doing:

 git clone --recursive git://git.typo3.org/TYPO3v4/Core.git
 git pull
 git submodule update --init
 git log --pretty=format:%h %ad | %s%d [%an] --graph --date=short

 git checkout  -b typo3_src-4.6.0beta2   9f8c9c9


 Q: Shouldn't this lead to the same files I find in
 http://prdownloads.sourceforge.net/typo3/typo3_src-4.6.0beta2.tar.gz?download
 ?

 comparing files ...: I don't think they match.

 ?

 Martin

 --
 http://mbless.de
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] howto: git checkout TYPO3 4.6.0beta2?

2011-09-07 Thread Xavier Perseguers

Hi,

Fedir RYKHTIK wrote:

There is an another quite anoying stuff. Autogenerated @version in
PHPDoc description doesn't the same, in git tag  sourceforge tag.

Must be the same, but it's not the case.


Interesting because @version phpDoc except in Extbase, Fluid and Form is 
not used anymore within Core (except for some 3rd-party libraries). This 
was used with auto-properties from SVN, something that does not exist 
with Git.


--
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] howto: git checkout TYPO3 4.6.0beta2?

2011-09-06 Thread Martin Bless
Hhm, I'm still struggling with GITting things right. I'm doing:

git clone --recursive git://git.typo3.org/TYPO3v4/Core.git
git pull
git submodule update --init
git log --pretty=format:%h %ad | %s%d [%an] --graph --date=short

git checkout  -b typo3_src-4.6.0beta2   9f8c9c9


Q: Shouldn't this lead to the same files I find in
http://prdownloads.sourceforge.net/typo3/typo3_src-4.6.0beta2.tar.gz?download
?

comparing files ...: I don't think they match.

?

Martin

-- 
http://mbless.de
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] howto: git checkout TYPO3 4.6.0beta2?

2011-09-06 Thread Björn Pedersen
Am 07.09.2011 00:59, schrieb Martin Bless:
 Hhm, I'm still struggling with GITting things right. I'm doing:
 
 git clone --recursive git://git.typo3.org/TYPO3v4/Core.git
 git pull
 git submodule update --init
 git log --pretty=format:%h %ad | %s%d [%an] --graph --date=short


 git checkout  -b typo3_src-4.6.0beta2   9f8c9c9
Looks OK up to here
Now you have to update the submodules to the wanted state:
 git submodule update --init

 
 Q: Shouldn't this lead to the same files I find in
 http://prdownloads.sourceforge.net/typo3/typo3_src-4.6.0beta2.tar.gz?download
 ?
 
 comparing files ...: I don't think they match.

Then only the release notes and README differ, as they are added to the
release tarball only.

Björn

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english