[scribus-dev] Is there a way to show the compiled build revision # for a dev build

Tomas Mecir mecirt at gmail.com
Mon Jun 2 16:14:19 UTC 2014


Hi!

Subversion can do this, sort of --
http://svnbook.red-bean.com/en/1.7/svn.advanced.props.special.keywords.html

Essentially, you just do "svn propset svn:keywords Rev file.cpp", then add
a "$ Revision: XXX $" text to the file. SVN will replace XXX with the
revision number.

The drawback is that the number only gets updated when that particular file
is, so you'd need to update it on every commit.


/ Tomas



2014-06-02 17:27 GMT+02:00 a.l.e <ale.comp_06 at xox.ch>:

> hi
>
>  hi
>>
>> acording to su_v, inkscape is doing it with bzr...
>>
>> http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/
>> view/head:/src/Makefile.am
>>
>> is the file that is worth to be further investigated...
>>
>
> again from su_v:
>
>
> https://github.com/openscad/openscad/commit/2217eff627443bcedb14441c9ae58f
> b62a4b52d5
>
> this time it's a qt based app...
>
> if somebody does the research work (how to get cmake, make and gcc to work
> it out) i can do the coding part... if still needed...
>
>
> ciao
> a.l.e
>
> _______________________________________________
> scribus-dev mailing list
> scribus-dev at lists.scribus.net
> http://lists.scribus.net/mailman/listinfo/scribus-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus-dev/attachments/20140602/8e4dca2d/attachment.html>


More information about the scribus-dev mailing list