Re: tools/examples/svnshell.py: bug(?)+fix
From: <kfogel_at_collab.net>
Date: 2005-12-31 03:34:14 CET
Peter Ericson <argblarg@gmail.com> writes:
This looks like a real bug to me, but I don't have the opportunity to
http://subversion.tigris.org/mailing-list-guidelines.html#patches
? I'll bet something this easy to understand gets picked up by somone
Thanks,
-- www.collab.net <> CollabNet | Distributed Development On Demand > Index: svnshell.py > =================================================================== > --- svnshell.py (revision 17939) > +++ svnshell.py (working copy) > @@ -78,6 +78,7 @@ > stream = fs.file_contents(self.root, catpath) > while filelen > core.SVN_STREAM_CHUNK_SIZE: > print core.svn_stream_read(stream, int(core.SVN_STREAM_CHUNK_SIZE)) > + filelen -= core.SVN_STREAM_CHUNK_SIZE > print core.svn_stream_read(stream, int(filelen)) > > def do_cd(self, arg): > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > -- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Dec 31 05:05:54 2005 |
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.