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

Re: cvs2svn

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-04-07 05:34:31 CEST

Daniel Berlin wrote:
>
> On Sat, 6 Apr 2002, Blair Zajac wrote:
> > If anybody tells me the steps, I can write the HOWO-TO and check it
> > in.
>
> Install swig 1.3.11
> Install python 2.2 (Probably 1.5.2+ would work fine, i just happen to have
> 2.2, and haven't tried older versions)
> Install rcsparse from viewcvs (this is the part that sucks right now)
> into either the same dir as cvs2svn.py, or in the python module path so
> that "import rcsparse" picks it up properly.

I've done all that, but don't you need to run swig on the files in

svn/subversion/bindings/swig

When I run

% cd svn/subversion/bindings/swig
% swig -python *i
swig error : Unrecognized option apr.i
swig error : Unrecognized option svn_client.i
swig error : Unrecognized option svn_delta.i
swig error : Unrecognized option svn_fs.i
swig error : Unrecognized option svn_ra.i
swig error : Unrecognized option svn_repos.i
swig error : Unrecognized option svn_string.i
swig error : Unrecognized option svn_types.i
swig error : Unrecognized option svn_wc.i
Use 'swig -help' for available options.

Also, when I run cvs2svn.py:

% python2 cvs2svn.py
Traceback (most recent call last):
  File "cvs2svn.py", line 17, in ?
    from svn import fs, util, _delta, _repos
ImportError: No module named svn

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 7 05:36:02 2002

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.