You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CVS projects had their $id:$ keyword to retrieve current deployment tag
SVN projects had their $id$ keyword to retrieve this same information
Git... does not have this kind of feature.
Assurely, Twgit can help Git Users to update this information and allow projects who needs to access this kind of information to retrieve it easily.
The .twgit config file will ask for a particular file where to put the current Tag name, if left blank, then the file will not be created, but if filled with Complete_Path, this information will be retrieved and stored in each Tag created with Twgit process.
Let's hope it will be useful for a lot of projects, which will be able to inform their users their version info.
The version info will look for every files specified in the
TWGIT_VERSION_INFO_PATH to replace Id tag with starting new tag.
The Id tag has to be written either as '$Id$' or '$Id:1.2.3'
When beginning a new tag (twgit init, twgit release start or
twgit hotfix start), the value will be updated with new version
information (ex. $Id:1.3.0$).
Specific tests have been written to check that waited and
unwaited substitution are correctly performed for the three way
of starting a new tag.
CVS projects had their$id:$ keyword to retrieve current deployment tag$id$ keyword to retrieve this same information
SVN projects had their
Git... does not have this kind of feature.
Assurely, Twgit can help Git Users to update this information and allow projects who needs to access this kind of information to retrieve it easily.
The .twgit config file will ask for a particular file where to put the current Tag name, if left blank, then the file will not be created, but if filled with Complete_Path, this information will be retrieved and stored in each Tag created with Twgit process.
Let's hope it will be useful for a lot of projects, which will be able to inform their users their version info.
based on @gletournel and @geoffroy-aubry original idea (Let's give credit where credit is due)
The text was updated successfully, but these errors were encountered: