CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   SVN revision number in OF-1.5-dev (https://www.cfd-online.com/Forums/openfoam-bugs/65979-svn-revision-number-1-5-dev.html)

hannes July 2, 2009 09:39

SVN revision number in OF-1.5-dev
 
in $WM_PROJECT_DIR/bin/foamVersion, the revision number is extracted by this command:
FOAM_DEV_SVN_REVISION_NUMBER=`$SVN_CMD info $WM_PROJECT_DIR | grep "Last Changed Rev:" | awk '{print $4}'`;

This only works, if english is selected as system language. With the following modification, the command would be independent from the selected language:

FOAM_DEV_SVN_REVISION_NUMBER=`LANG=en $SVN_CMD info $WM_PROJECT_DIR | grep "Last Changed Rev:" | awk '{print $4}'`;

Best regards, Hannes

mbeaudoin July 2, 2009 10:12

Hello,

My bad...

I will modify this script so it will not be dependant on the locale settings.

Could you show me what is the output of the following command on your workstation:

svn info $WM_PROJECT_DIR


Thank you for your patience.

Martin


Quote:

Originally Posted by hannes (Post 221220)
in $WM_PROJECT_DIR/bin/foamVersion, the revision number is extracted by this command:
FOAM_DEV_SVN_REVISION_NUMBER=`$SVN_CMD info $WM_PROJECT_DIR | grep "Last Changed Rev:" | awk '{print $4}'`;

This only works, if english is selected as system language. With the following modification, the command would be independent from the selected language:

FOAM_DEV_SVN_REVISION_NUMBER=`LANG=en $SVN_CMD info $WM_PROJECT_DIR | grep "Last Changed Rev:" | awk '{print $4}'`;

Best regards, Hannes


hannes July 2, 2009 10:21

Hello Martin,

it gives the following:


Pfad: /home/kroegeh/OpenFOAM/OpenFOAM-1.5-dev
URL: https://openfoam-extend.svn.sf.net/s...enFOAM-1.5-dev
Basis des Projektarchivs: https://openfoam-extend.svn.sf.net/s...penfoam-extend
UUID des Projektarchivs: e4e07f05-0c2f-0410-a05a-b8ba57e0c909
Revision: 1316
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: hjasak
Letzte geänderte Rev: 1315
Letztes Änderungsdatum: 2009-07-01 18:08:34 +0200 (Mi, 01. Jul 2009)

Regards, Hannes

mbeaudoin July 2, 2009 10:26

Hello Hannes,

Yep... silly mistake on my part... I will fix this right away.

Thanks to you and Jens Klostermann for reporting this.

Best regards

Martin

Quote:

Originally Posted by hannes (Post 221228)
Hello Martin,

it gives the following:


Pfad: /home/kroegeh/OpenFOAM/OpenFOAM-1.5-dev
URL: https://openfoam-extend.svn.sf.net/s...enFOAM-1.5-dev
Basis des Projektarchivs: https://openfoam-extend.svn.sf.net/s...penfoam-extend
UUID des Projektarchivs: e4e07f05-0c2f-0410-a05a-b8ba57e0c909
Revision: 1316
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: hjasak
Letzte geänderte Rev: 1315
Letztes Änderungsdatum: 2009-07-01 18:08:34 +0200 (Mi, 01. Jul 2009)

Regards, Hannes



All times are GMT -4. The time now is 13:48.