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

Re: Impressions and questions

From: <kfogel_at_collab.net>
Date: 2003-05-15 19:30:13 CEST

Michael Wood <mwood@its.uct.ac.za> writes:
> This is most likely because you don't have RCS installed. The "co"
> command is called by cvs2svn.py to get the contents of the file at a
> particular revision.
>
> Or maybe your "co" command is not in the PATH?

Ah. If that's the problem, the same fix Robert Pluim posted regarding
svnadmin invocation should be applied to this line

  pipe = os.popen('co -q -p%s \'%s\'' % (cvs_rev, rcs_file), 'r', 102400)

(and the 'co' command should probably be abstracted too).

I'll take care of it, just noting the fix here.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 20:16:38 2003

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.