svn not working¿

1 view
Skip to first unread message

Pablo

unread,
Jan 7, 2008, 6:03:43 AM1/7/08
to Posterity
Hi

I am trying to install posterity but I get this errors:

*************************************************************************
etch-386:/tmp/posterity-dev# easy_install Posterity
Searching for Posterity
Best match: Posterity 0.6
Processing Posterity-0.6-py2.4.egg
Posterity 0.6 is already the active version in easy-install.pth
Installing posterity-admin script to /usr/bin

Using /usr/lib/python2.4/site-packages/Posterity-0.6-py2.4.egg
Processing dependencies for Posterity
Searching for SQLAlchemy<=0.3.99
Reading http://www.python.org/pypi/SQLAlchemy/
Reading http://www.sqlalchemy.org
Reading http://www.python.org/pypi/SQLAlchemy/0.4.2a
Best match: SQLAlchemy dev
Downloading http://svn.sqlalchemy.org/sqlalchemy/trunk#egg=SQLAlchemy-dev
Doing subversion checkout from http://svn.sqlalchemy.org/sqlalchemy/trunk
to /tmp/easy_install-cJaOTX/trunk
svn: REPORT request failed on '/!svn/vcc/default'
svn: REPORT of '/!svn/vcc/default': 400 Bad Request (http://
svn.sqlalchemy.org)
Processing trunk
error: Couldn't find a setup script in /tmp/easy_install-cJaOTX/trunk
*****************************************************************************

Also when I try to download the development version I get this error:

**********************************
etch-386:/tmp/posterity-dev# svn co http://svn.edgewall.org/repos/posterity/trunk
posterity-trunk
svn: REPORT request failed on '/repos/posterity/!svn/vcc/default'
svn: REPORT of '/repos/posterity/!svn/vcc/default': 400 Bad Request
(http://svn.edgewall.org)
************************************

maybe svn is down or a problem with my svn client?? any clue¿?¿

many thanks in advance

Jonas Borgström

unread,
Jan 9, 2008, 6:08:21 PM1/9/08
to post...@googlegroups.com
Pablo wrote:
> Using /usr/lib/python2.4/site-packages/Posterity-0.6-py2.4.egg
> Processing dependencies for Posterity
> Searching for SQLAlchemy<=0.3.99
> Reading http://www.python.org/pypi/SQLAlchemy/
> Reading http://www.sqlalchemy.org
> Reading http://www.python.org/pypi/SQLAlchemy/0.4.2a
> Best match: SQLAlchemy dev

Hmm, this is weird, I wonder why easy_install decides to download the
development version instead of SQLAlchemy 0.3.11 which is available on
cheese shop:

http://pypi.python.org/pypi/SQLAlchemy/0.3.11

Installing the SQLAlchemy dependency manually might fix this problem:

$ easy_install http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAl
chemy-0.3.11.tar.gz

$ easy_install
http://pypi.python.org/packages/source/E/Elixir/Elixir-0.3.0.tar.gz

> Also when I try to download the development version I get this error:
>
> **********************************
> etch-386:/tmp/posterity-dev# svn co http://svn.edgewall.org/repos/posterity/trunk
> posterity-trunk
> svn: REPORT request failed on '/repos/posterity/!svn/vcc/default'
> svn: REPORT of '/repos/posterity/!svn/vcc/default': 400 Bad Request
> (http://svn.edgewall.org)
> ************************************
>
> maybe svn is down or a problem with my svn client?? any clue¿?¿

This is probably caused by some http proxy sitting between your computer
and the svn server. One workaround is to use an https connection since
http proxies usually leave those alone:

$ svn co https://svn.edgewall.org/repos/posterity/trunk

Cheers,
Jonas

Reply all
Reply to author
Forward
0 new messages