Re: API for creating file and revision

2015-11-25 Thread Philip Martin
"Ren Wang" writes: > The API svn_fs_make_file() will create an empty file, and the > svn_fs_apply_text() will fill the text content to the repository. Is there a > similar API for setting binary content? > > > > If the file already created in the repository, what's the API to create a > revisio

RE: API for creating file and revision

2015-11-25 Thread Bert Huijben
few properties if we want to make the behavior explicit. Bert From: Ren Wang [mailto:renwang...@gmail.com] Sent: woensdag 25 november 2015 13:27 To: users@subversion.apache.org Subject: API for creating file and revision First of all, I would like to express my apprecia

API for creating file and revision

2015-11-25 Thread Ren Wang
First of all, I would like to express my appreciation for the support from the community in the past few days. Here are some more another questions: The API svn_fs_make_file() will create an empty file, and the svn_fs_apply_text() will fill the text content to the repository. Is there a si