[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: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-17 12:17:19 CEST

On May 17, 2006, at 11:15, Saku Ytti wrote:

> I'm considering moving cvs based system to svn, however one of my
> scripts
> heavily relies on being able to checkout to stdout.
>
> My SVN alternative seems to be 'ls' the directory then 'cat' each
> file, but calling svn binary this many times will most probably
> make my application perform worse than cvs.
> I looked into SVN::Client, however it doesn't allow checking out
> to an array, only to a filesystem. It also does not allow catting
> to an array, only to a filehandle. It might have been acceptable
> to do ls in perl and then cat in foreach loop.
>
> Is there canonical solution to this?

I'm not familiar with CVS. You want to send multiple files from the
repository directly to stdout, all concatenated together? I don't
think Subversion does that. I only know "svn cat" which will output
one file to stdout.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 17 12:19:24 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.