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

Re: Proposed feature: safer alternative to svnput

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 05 Sep 2008 10:33:13 -0700

Markus Kuhn wrote:
> It would be extremely useful if Subversion allowed me to modify a file
> that I supply to the svn command from standard input, without having to
> check out a working directory first. Main application would be a
> wiki-style CGI editor that allows users to modify individual files in an
> a repository. (A "svn checkout -N" is messy as it generates an entire
> directory with other unneeded files that need to be preserved across CGI
> calls and cleaned up afterwards reliably.)
>
> I am aware of
>
> http://svn.collab.net/repos/svn/trunk/tools/examples/svnput.c

Ah, but were you aware of:

   svnmucc --revision BASEREV -m "Log Message" put SRC-FILE URL

?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-09-05 19:33:21 CEST

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

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