Hello,
I am adding support to my product for Subversion.
I would need to create features like "check out" and "check in", but I do not want to use working copy (because of small bandwidth between repository and client)
My understanding is the svn client API is based on svn_RA and svn_WC.
I have implemented check out using svn_client_export and svn_client_lock
Can I implement a "check in" like feature directly into the repository without using the WC feature? Can I commit a modified version of a file directly to the repository?
Thank you
Stefano
Received on Thu Jan 25 01:16:33 2007