Ben Collins-Sussman wrote:
> Dirk Hoffmann wrote:
>
>
>> I looked at several files in the 'include' dir particularly at
>> `svn_ra.h' and also at files under `libsvn_ra' and `libsvn_ra_dav'
>> but couldn't find there any appropriate stuff. There were a lot of
>> function declarations dealing with properties and also `get_file()'
>> and `get_dir()', but no equivalent for "put_file()".
>>
>> Also the docs, say nothing about how to checkin a file without a
>> working copy.
>>
>> But maybe I'm looking at the wrong places.
>>
>
> RA->get_commit_editor() is the way to commit a new revision.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Ah, cool, that's what I need. Thanks a lot.
So I will definitely extend the javahl API to allow committing files
without needing a wc.
Unforunately I haven't found much about how to utilize a commit editor.
Could you give me some pointers on this please.
Regards,
Dirk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 1 08:47:41 2004