Re: Is there a write opposite to "svn cat"?

2023-11-25 Thread Pavel Lyalyakin via users
On Sat, 25 Nov 2023 at 15:18, Graham Leggett via users wrote: > > Hi all, > > The “svn cat” command will read a file from a (in my case local file based) > repository to stdout. Is there an equivalent to write into a repository from > the svn command line? > > First prize from stdin, second priz

Is there a write opposite to "svn cat"?

2023-11-25 Thread Graham Leggett via users
Hi all, The “svn cat” command will read a file from a (in my case local file based) repository to stdout. Is there an equivalent to write into a repository from the svn command line? First prize from stdin, second prize from a local file on disk. “svn import” comes close, but cannot be run twi