Member
Member
Cameron   2008-08-01, 07:16
#1

It seems that what was tagged as version 1.1.7 in SVN differs from what was actually released.

http://www.zenphoto.org/svn/tags/1.1.7/zp-core/version.php has the following:

`define('ZENPHOTO_VERSION', '1.1.6');

define('ZENPHOTO_RELEASE', 1838);`

While the released file has
`define('ZENPHOTO_VERSION', '1.1.7');

define('ZENPHOTO_RELEASE', 1842);`

This confused me for some considerable time as I tried to work out what version I was running and why SVN thought it was already updated. Can what is released please be exactly what is in SVn in future?

Thanks, zenphoto is a great application, and updating via SVN is simply beautiful.

This would also affect anyone who was incorporating zenphoto into their project and liked to keep their copy up to date via svn.

If anyone else is having trouble with this, my workaround was to run
$ svn switch http://www.zenphoto.org/svn/trunk/ -r 1842
Revision 1842 was what was actually released as 1.1.7.

Developer
Developer
trisweb   2008-08-01, 16:43
#2

Sorry about that, looks like I tagged before I ran the release script (which actually changes the version and release with a nice little sed script and checks it back in to SVN). In the future I will be sure to run the script before I tag.

I will switch the 1.1.7 tag to revision 1842 now. Thanks for pointing that out!

Edit: Done.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.