Bert Huijben wrote on Thu, Aug 30, 2012 at 20:41:38 +0200: > > > > -----Original Message----- > > From: danie...@apache.org [mailto:danie...@apache.org] > > Sent: donderdag 30 augustus 2012 16:34 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1378960 - in /subversion/trunk/tools/server- > > side/svnpubsub: README.txt svnwcsub.py > > > > Author: danielsh > > Date: Thu Aug 30 14:34:12 2012 > > New Revision: 1378960 > > > > URL: http://svn.apache.org/viewvc?rev=1378960&view=rev > > Log: > > [in tools/server-side/svnpubsub/] > > > > * svnwcsub.py > > (BackgroundWorker._update): > > Create file '.revision' with the revision number. > > > > * README.txt: > > Document that. > > > > Modified: > > subversion/trunk/tools/server-side/svnpubsub/README.txt > > subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py > > > > Modified: subversion/trunk/tools/server-side/svnpubsub/README.txt > > URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server- > > side/svnpubsub/README.txt?rev=1378960&r1=1378959&r2=1378960&view= > > diff > > ========================================================== > > ==================== > > --- subversion/trunk/tools/server-side/svnpubsub/README.txt (original) > > +++ subversion/trunk/tools/server-side/svnpubsub/README.txt Thu Aug 30 > > 14:34:12 2012 > > @@ -40,3 +40,9 @@ Installation instructions: > > > > (eg svnwcsub.py, svnpubsub/client.py, > > 'curl -i http://${hostname}:2069/commits/json') > > + > > + > > +Other notes: > > + > > +- svnwcsub.py will create a file called ".revision" in the root of the > > working > > + copy it updates. That file will contain `svn info | sed -ne > > s/^URL:.//p`. > > Doesn't this document that you wrote the URL to the revision file? > (Or did I miss some magic sed syntax?)
Heh, no. r1379063.