Re: RFE: Add Subversion keyword for year
From: Kevin Grover <kevin_at_kevingrover.net>
Date: Mon, 18 Apr 2011 16:42:08 -0700
There are plenty of templating and text replacement programs around. Why
IMO, it's feature bloat to try to make svn do everything possible for every
Do you really want a Copyright notice that reads "Copyright 2008-$Year: 2011
$ echo "Copyright 2008-_at_YEAR@ FooBar Inc" > cr.in
$ sed "s/@YEAR@/$(date +%Y)/g" cr.in > cr
$ cat cr
Yes, that was a UNIX example. I can make the same thing work under Windows.
- KOG
On Mon, Apr 18, 2011 at 14:29, Alex Vincent <ajvincent_at_gmail.com> wrote:
> I'm currently in the process of updating copyright notices where I work.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.