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

Re: checkout to stdout (cvs -p)?

From: Anders J. Munch <ajm_at_flonidan.dk>
Date: 2006-05-18 11:37:45 CEST

> On (2006-05-17 10:23 -0400), Nico Kadel-Garcia wrote:
> > How about a plain old wget, using the WebDAV based access?
>
> Thats definitely best solution for the problem at the moment. Would
> prefer not to do it, but it would work. Further ideas are
> appreciated.

Though svn cat doesn't handle wildcards, it does take multiple
arguments. E.g. to see the concatenated contents of HEAD for a
working copy directory, I just tried (using svn 1.3.0):

bash-2.05$ svn cat `svn ls` | less

Because svn ls outputs bare filenames with no path component, this
will not work as written, though:

   $ svn cat `svn ls svn://server/path/`

but I'm sure your group of perl hackers can work around that no sweat.

HTH, Anders

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 18 11:38:54 2006

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.