[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 12:19:00 CEST

From: Saku Ytti [mailto:saku+svn@ytti.fi]

> Quick scan of pysvn suggests same problem is there.

Try reducing scanning speed :-)

Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysvn
>>> pysvn.version
(1, 4, 2, 640)
>>> client = pysvn.Client()
>>> anarray = client.cat('http://svn.collab.net/repos/svn/trunk/README')
>>> print anarray[:110]

               Subversion, a version control system.
               =====================================

- 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 12:20:11 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.