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

checkout to stdout (cvs -p)?

From: Saku Ytti <saku+svn_at_ytti.fi>
Date: 2006-05-17 11:15:50 CEST

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?

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