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

Re: Modifying a file in the repository without prior checkout

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-27 18:59:42 CEST

On Jun 27, 2007, at 06:10, Markus Kuhn wrote:

> I want to write a CGI script that allows users to edit text files in a
> Subversion repository. [snip]

Then I expect you will want to read about svnput:

http://svn.collab.net/repos/svn/trunk/tools/examples/svnput.c

You should be able to write your editor so that it can "svn export"
just the one file you care about, then "svnput" the modified file
back into the repo.

I trust you're aware of the arguments against svnput-like functionality.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 27 19:00:12 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.