[Twisted-web] how do i write to the new svn repository to commit a
bugfix...?
Alex Martelli
aleaxit at yahoo.com
Mon Apr 19 07:46:53 MDT 2004
I think I had write access back when nevow was under CVS, but I don't know
what I should do to get it back now it's under nevow instead. Anyway,
there's a tiny bug in rend.py I just fixed and I can't commit the fix...:
$ svn diff rend.py
Index: rend.py
===================================================================
--- rend.py (revision 179)
+++ rend.py (working copy)
@@ -91,7 +91,7 @@
def child(self, context, name):
callable = getattr(self, 'data_%s' % name, None)
if callable is None:
- container = IContainer(self.original, None)
+ container = inevow.IContainer(self.original, None)
if container is None:
callable = lambda context, data: context.tag["The data
named '%s' was not found in %r." % (name, self)]
else:
I'd appreciate [a] if someone could commit this, [b] if someone could
explain to me (assuming I _am_ supposed to still have write access) how I
do the equivalent of a "svn login" given that said command isn't there;-).
Thanks,
Alex
More information about the Twisted-web
mailing list