Hi,

*** Felix Wolfsteller <[email protected]> wrote:
> I propose that we antiquate manual version numbering for NVTs that are in the 
> repository.
> 
> Imho the solution is simple:
> 
> instead of a
> 'script_version ("1.2.0-patch2");'
> one can use
> 'script_version ("$Revision");'

It has to be 'script_version ("$Revision$");'

> Then, by calling
> 'svn propset svn:keywords "Revision" '

To automate this:

,---[ ~/.subversion/config ]
| [miscellany]
| enable-auto-props = yes
|
| [auto-props]
| *.nasl = svn:keywords=Id Revision;
`---|

> Opinions?

Very good idea!

Micha

-- 
Michael Meyer
http://www.intevation.de
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück; AG Osnabrück, HR B 18998
Geschäftsführer:   Frank Koormann,  Bernhard Reiter,  Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-plugins mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-plugins

Reply via email to