[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 13:19:23 -0700

Karl Fogel wrote:
> Markus Kuhn <Markus.Kuhn_at_cl.cam.ac.uk> writes:
>> "C. Michael Pilato" wrote on 2008-09-05 17:33 UTC:
>>> 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.)
>>> Ah, but were you aware of:
>>>
>>> svnmucc --revision BASEREV -m "Log Message" put SRC-FILE URL
>> No, I wasn't. This looks indeed very promising, thanks for the pointer!
>>
>> Any chance that this will be fully documented and merged into the main
>> svn client one day?
>>
>> Can it read SRC-FILE from stdin?
>
> No, I don't think it can.

That's correct, it currently cannot.

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

Received on 2008-09-05 22:19:35 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.