Bug in tools/server-side/svnpubsub/svnwcsub.py
From: sebb <sebbaz_at_gmail.com>
Date: Fri, 25 May 2018 14:14:56 +0100
The following fails because fname is not defined:
self.read(fname) [1]
it should be
self.read(self.fname)
[1] http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py?view=markup#l378
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.