[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

A question on client library

From: Stefano Righi <StefanoR_at_ami.com>
Date: 2007-01-25 00:48:44 CET

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.