msi wrote: > > I know how the svn mechanism works. I use it since... I do not know. I > never had a problem to checkout the latest svn. I never had a problem > to update an already checked-out svn. But since you guys did your > schema06 branch and bughunt weekend, there is nothing new or modified > in the trunk. When I see changeset 2588 with a modified > "adminhandler.php" (for example), I would expect to download that new > version. But no, just the revision number changes.
This is the log of changes that have been made only to the main trunk: http://trac.habariproject.org/habari/log/trunk Changes to other branches (like the bughunt branch) in svn aren't part of the trunk code. Is someone commits something to a branch, you won't see it if you're only updating from trunk unless that change is merged into trunk from that branch as a new revision. For example, a revision that didn't apply to trunk was r2548, where a file was changed in the bughunt branch: http://trac.habariproject.org/habari/changeset/2548 This was merged into trunk as part of r2549: http://trac.habariproject.org/habari/browser/trunk/htdocs/system/classes/posts.php?annotate=blame&rev=2549#L607 I hope that explains what's going on. Owen --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
