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

Re: A feature request for command line client

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-10-18 13:08:36 CEST

Note that Subversion's server is a DAV server. That means you could use any
(DeltaV-capable) DAV client to interact with the thing(*). Give Joe Orton
enough prodding, and his cadaver tool will satisfy the need listed below.

Hell, you'll be able to use cadaver from Day One to *explore* the "head" of
your SVN repository and to fetch files.

(*) modifying the repository is a completely different story; I'm guessing
that the SVN 1.0 server will be pretty fine-tuned to the SVN client's needs.
But one day, a "cp" in cadaver will do what you expect... create a branch
for further, independent development.

Cheers,
-g

On Tue, Oct 17, 2000 at 09:46:58AM -0700, John P Cavanaugh wrote:
>
> I know people are beginning to work on the command line client, so I
> hope Im not too late with this request.
>
> Basically I would like svn to behave like ftp (actually more like lftp
> or ncftp).
>
> What this means is that if you type just "svn<return>" you get dropped
> into an interactive svn shell where you can type a litany of commands.
> Preferably this happens without relogging into the server etc.
>
>
> Example:
>
> cavanaug@lajolla ~ 1% svn
>
> svn> status foo.c
>
> output of command
>
> svn> commit bar.h
>
> output of command
>
> svn> cd subdir
> svn> status README
>
> output of command
>
> svn> quit
>
> cavanaug@lajolla ~ 2% svn
>
>
> Personally I think this is a really convenient way to operate
> interactively on a directory without having to continually re-run the
> svn client.
>
> Plus this is method is a godsend if you want to write scripts that
> automate svn. (ie. Perhaps like the cvs2svn or xxx2svn)
>
>
> -----------------------------------------------------------------------
> John Cavanaugh Agilent Technologies
> R&D Program Manager 1400 Fountaingrove Pkwy
> CAD Data Store Santa Rosa, CA 95403-1799
>
> Email: cavanaug@soco.agilent.com Phone: 707-577-4780
> 707-577-3948 (Fax)
> -----------------------------------------------------------------------
> As I grow older, I pay less attention to what men say. I
> just watch what they do.
> -- Andrew Carnegie
> -----------------------------------------------------------------------

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:11 2006

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.