On Mon, 14 Apr 2008 15:03:24 -0500, chasd <[EMAIL PROTECTED]> wrote: > If you do a checkout of that tag, it reports you got revision 1304, > which is past the r1291 PHP4 demarcation. > > My SVN-foo isn't good enough to know if I should ignore that or not. > It sounds to me like I'm getting newer code than the 0.1.1 release, > even if I am not.
Do an "svn info" on a working copy checked out from the v0.1.1 tag, and you should see (as I do) that the "Last Changed Rev" is 1259. The "Revision" continues to track the latest revision in the project (if you do an "svn up"), but I think the tag holds the files back at the older revision. I did an "svn up" and saw the "Revision" field change, but none of my files were updated. Here's my output from "svn info": castrovalva:/var/www/roundcube# svn info Path: . URL: https://svn.roundcube.net/tags/roundcubemail/v0.1.1 Repository Root: https://svn.roundcube.net Repository UUID: 208e9e7b-5314-0410-a742-e7e81cd9613c Revision: 1304 Node Kind: directory Schedule: normal Last Changed Author: thomasb Last Changed Rev: 1259 Last Changed Date: 2008-04-05 09:13:31 -0500 (Sat, 05 Apr 2008) --Jeff _______________________________________________ List info: http://lists.roundcube.net/dev/
