gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] cscvs on debian stable


From: Milan Cvetkovic
Subject: [Gnu-arch-users] cscvs on debian stable
Date: Tue, 23 Mar 2004 15:10:45 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425

Hi,

I hope this is the right place to ask questions about cscvs.

I tried to install cscvs on Debian stable without success.

I suspect that the big part of my problems is that I do not have any knopwledge of configuring, installing or running anythiing in python.

So here is what I did:

Debian stable comes with python2.1, and KDE requires it.

python2.2 is also available as stable,
python2.2-sqlite is not available for stable Debian, and
libsqlite0 2.8.3 is not available for stable Debian

- I installed stock Debian stable python2.2:
   /usr/bin/python is symbolic link to /usr/bin/python2.1
   /usr/bin/python2.2 exists
- I also installed python2.2-dev
- I downlaoded source for libsqlite0 built
   and installed it in /usr/local (configure/make/make install)
- and python-sqlite:
   python2.2 setup.py build
   su
   python setup.py install
- I downlaoded cscvs into ~/cscvs, and made symbolic link in my path
  as described in cscvs README.

Now I follow the instuctions from
 http://wiki.gnuarch.org/moin.cgi/cscvs

~$ mkdir -p ~/arch/projectname; cd ~/arch/projectname
~/arch/projectname$ tla archive-setup projectname--branch--1.0
~/arch/projectname$ tla init-tree projectname--branch--1.0

~/arch/projectname$ cd ~; mkdir cvs; cd cvs
~/arch/projectname$ cvs co projectname

~/arch/projectname$ cd ~/cvs/projectname
~/cvs/projectname$ cscvs cache -b
Traceback (most recent call last):
  File "/home/milanc/bin/cscvs", line 39, in ?
    import CVS
  File "/home/milanc/cscvs/modules/CVS/__init__.py", line 1, in ?
    import Parser
  File "/home/milanc/cscvs/modules/CVS/Parser.py", line 50, in ?
    import StorageLayer
  File "/home/milanc/cscvs/modules/StorageLayer.py", line 235
    yield branch
               ^
SyntaxError: invalid syntax



Any help would be appreciated.

Yhanks, Milan.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]