On Sat, Nov 8, 2008 at 12:03 PM, Matt Revelle <[EMAIL PROTECTED]> wrote:
>
> If marking SVN revisions and/or release versions is something we still
> want and want automated, it now looks like using the build tool is the
> only way to go.  The example I sent earlier to the list includes the
> creation of a "versioninfo" file from the build script which is then
> read and stored in a "version" var in boot.clj.
>
> The only problem is that the build script now depends on the
> "svnversion" command being available and a SVN repository being used
> for building.  For tarball releases of the source, the "versioninfo"
> file can be generated for the release and the build script modified to
> use the existing file if "svnversion" isn't working.  As for
> supporting git and other SCMs used to mirror the SVN repos, the build
> script can be made to use the tools available in any of the other SCMs
> to identify the SVN revision and generate the "versioninfo" file.

+1. I think it's worth it, and would really like to see this put in place.

Best,
Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to