NYCPHP Meetup

NYPHP.org

[nycphp-talk] phpDoc and versioning

Mitch Pirtle mitch.pirtle at gmail.com
Sat Oct 23 11:37:10 EDT 2010


On Thu, Oct 21, 2010 at 5:13 PM, Yitzchak Schaffer
<yitzchak.schaffer at gmx.com> wrote:
> Hello all,
>
> I am working on an OSS project. We are moving to our next version, and it's
> time to increment the version number in our phpDoc.
>
> Every time this comes up, I have to dust off my awk, etc. Is anyone aware of
> automated, e.g. IDE-based solutions for this? We use Netbeans.

You could always use svn keyword expansion - or look for a git
equivalent (if there is one). Then your svn export will always spit
out the correct version number.

-- Mitch



More information about the talk mailing list