[BangPypers] Help-subversion_python

dinoj.d at raffles.co.in dinoj.d at raffles.co.in
Tue Jul 21 06:58:58 CEST 2009


Hi
I am using the following code to write some contents to a file

stream = fs.apply_text(txt_root, path, None)
core.svn_stream_write(stream, "hello world!\n")
core.svn_stream_close(stream)

This will overwrite the existing file contents. Please help me for this to
write contents in the beginning line of the file without losing the
contents or in append mode.

Thanks in advance
DD




More information about the BangPypers mailing list