Project

General

Profile

repository version

Added by hadas yaari over 14 years ago

Hello,

Sorry on the silly question but I am new in the "open source" applications and in the Git.

I want to get from the repository a feature that was added. How can I get the whole version (due to the date that the feature was added). I suppose that taking just the files that were fixed would not be sufficient becasue maybe changes that were made in other files will affect.

I tried looking for this by myself but probably missed it.

Can you help me please?

Hadas


Replies (1)

RE: repository version - Added by Wim Dumon over 14 years ago

Hadas,

This is explained on http://www.webtoolkit.eu/wt/download

Simply install git and type

git clone http://www.webtoolkit.eu/git/wt.git

This creates a 'wt' directory with the most recent version. Within this directory, type 'git pull' every time you want to update your version to the newest one in our repository (git clone is only for the first checkout).

Best regards,

Wim.

    (1-1/1)