[TYPO3-commerce] T3X_commerce-latest-*.t3x - how to get the latest version of commerce?

Pascal Cramer pascal at NOSPAMroguesheep.nl
Wed Aug 13 13:32:24 CEST 2008


Thanks Christian,

I know SVN (a bit) but I am sure this info is very useful for Stefanie :-) (and 
others reading this)

Pascal

Christian Wolff wrote:
> Hi Pascal,
> svn is a Version System. and the latest version of a project is usually 
> found in
> trunk,
> there may be other folders for stable versions
> or special brances. if the software design needs it.
> 
> if you whant the latest version you simply do a "checkout"
> the command looks somthing like this
> svn checkout <URL> [PATH]
> 
> <url> is to be substituted by the url of your svn reposertory
> [PATH] is the folder where the data will be saved
> 
> if you want to get the latest commerce version you could do somthing 
> like this:
> svn checkout https://svn.typo3.org/TYPO3v4/Extensions/commerce/trunk/ 
> /mydata/
> 
> this will download all sourcecode out of the trunk to your harddisk in 
> the folder /mydata/
> (if you are using a Posix like operating system)
> 
> after you once created you lokal copy you kann simlpy do an
> svn update [PATH]
> 
> 
> in the example
> svn update /mydata/
> 
> svn then gets only the files that differ.
> 
> if you are using windows and don't like the command line. you could use 
> TortoiseSVN
> http://tortoisesvn.tigris.org/
> 
> basicaly an an svn client whitch nicly integrades with the windows 
> exploer so
> a update or checkout is simply done by rightklicking on the folder and 
> select
> the option of choise.
> 
> this is basicaly what you need :)
> 
> greets chris
> 
> 
> On Wed, 13 Aug 2008 00:12:24 +0200, Stefanie Axinger 
> <sinasita at gmail.com> wrote:
> 
>> Hi Pascal,
>>
>> the truth is, i don't know how it works.
>> Could you may be so kind and explain what
>> i have to do?
>>
>> Thanks!
>>
>>
>>
>> "Pascal Cramer" <pascal at NOSPAMroguesheep.nl> schrieb im Newsbeitrag
>> news:mailman.1.1218548715.15705.typo3-project-commerce at lists.netfielders.de... 
>>
>>> No, the trunk folder is a SVN 'thing'. I just checkout and update 
>>> from the
>>> trunk directly into the commerce extension folder in my installation.
>>> From forge you can browse 'into' the folders to see the contents, 
>>> this way
>>> you can compare.
>>> Do you know how to use SVN?
>>>
>>> @tom: don't know if there's a nightly build. Would be nice.
>>>
>>> Pascal
>>>
>>> Stefanie Axinger wrote:
>>>> Hello Pascal,
>>>>
>>>> thanks for your answer.
>>>>
>>>> One question left: do you use the trunk folder inside your
>>>> commerce-folder? Or is it just some kind of dummy?
>>>>
>>>> Greetings
>>>>
>>>>
>>>>
>>>> ----- Original Message -----
>>>> From: "Pascal Cramer" <pascal at NOSPAMroguesheep.nl>
>>>> Newsgroups: typo3.projects.commerce
>>>> Sent: Monday, August 11, 2008 11:24 PM
>>>> Subject: Re: [TYPO3-commerce] T3X_commerce-latest-*.t3x - how to get 
>>>> the
>>>> latest version of commerce?
>>>>
>>>>
>>>>> Stefanie Axinger wrote:
>>>>>> This page http://typo3xdev.sourceforge.net/ doesn't work any longer,
>>>>>> right?
>>>>>>
>>>>>> But where can i get the recent version of the commerce-extension? 
>>>>>> I've
>>>>>> found
>>>>>> pages like this:
>>>>>>
>>>>>> http://forge.typo3.org/repositories/revision/384/11071
>>>>>>
>>>>>> But how can i get the latest completly updated version? Probably it's
>>>>>> not this one:
>>>>>> http://typo3.org/extensions/repository/view/commerce/0.9.6/.
>>>>>> And what I have to do now is, to change every single file in the
>>>>>> extension folder?
>>>>>>
>>>>>> In my latest version of commerce, there is no folder commerce/trunk/
>>>>>>
>>>>>> Sorry, but i don't know how to handle...
>>>>>>
>>>>>> Thanks for the answer...
>>>>> Hi Stefanie,
>>>>>
>>>>> I am using:
>>>>>   https://svn.typo3.org/TYPO3v4/Extensions/commerce/trunk
>>>>>
>>>>> For project info:
>>>>>   http://forge.typo3.org/projects/show/extension-commerce
>>>>>
>>>>> Pascal
>>>>
>>>>
>>
> 
> 
> 


More information about the TYPO3-project-commerce mailing list