Hi, FYI this log SVN should be linked to the related issue.
More generally, in ASF land, SVN commit messages are generally standardized, something like the following: ---------------------------- SHINDIG-11: Replace references to "http://www.google.com/ig/ifpc.js" with local copy in javascript/container/README and sample1.html Submitted by: Lane LiaBraaten Reviewed by: Cassie o patch applied ----------------------------- You could use the svn log to update the log. Cheers, Vincent 2008/1/10, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Author: doll > Date: Thu Jan 10 14:47:27 2008 > New Revision: 610971 > > URL: http://svn.apache.org/viewvc?rev=610971&view=rev > Log: > Fixed error in readme file which left off the trailing slash in the server > base call. Patch created by Lane LiaBraaten > > Modified: > incubator/shindig/trunk/javascript/README > > Modified: incubator/shindig/trunk/javascript/README > URL: > http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/README?rev=610971&r1=610970&r2=610971&view=diff > ============================================================================== > --- incubator/shindig/trunk/javascript/README (original) > +++ incubator/shindig/trunk/javascript/README Thu Jan 10 14:47:27 2008 > @@ -49,7 +49,7 @@ > > B) Assume your server is running on http://yourserver:yourport/gadgets/... > Before step 2.B.iv, call the following to point the Gadget at your > server: > - gadget.setServerBase('http://yourserver:yourport/gadgets'); > + gadget.setServerBase('http://yourserver:yourport/gadgets/'); > > NOTE: In the short term, when rendering Gadgets using gmodules.com certain > functionality tied to inter-frame communication will not work, > > >

