r844754 | kfogel | 2003-01-30 23:14:03 +0000 (Thu, 30 Jan 2003) Update cvs2svn for revision 4570. Patch by: Chia-liang Kao <clkao@clkao.org> Marshall White <cscidork@yahoo.com> (Both submitted the same patch independently.) * tools/cvs2svn/cvs2svn.py: Replace calls to svn_stream_from_stdio with svn_stream_from_aprfile.
r845239 | gstein | 2003-03-01 20:52:33 +0000 (Sat, 01 Mar 2003) Patch by: Marshall White <cscidork@yahoo.com> * subversion/bindings/swig/svn_string.i (const char **OUTPUT): initialize the temp variable to NULL becuase we need test it for NULL later. the called function may not initialize it for us.