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

latest viewcvs on SVN repository, with SVN URLs

From: Timothee Besset <ttimo_at_idsoftware.com>
Date: 2004-05-07 11:07:00 CEST

Someone mentioned on #svn channel yesterday that the latest viewcvs
could handle SVN repositories URLs and was no longer restricted to a
local filesystem.

Since I am still looking for a workaround to the blocker bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=895294&group_id=18760&atid=118760

I decided to give it a shot, updated everything, and replaced my
svn_roots entry:
svn_roots = radiant.svn: /mnt/d/svn/radiant.svn
by
svn_roots = radiant.svn: https://zerowing.idsoftware.com:666/radiant

And you can now see the error viewsvn is reporting at:
https://zerowing.idsoftware.com:666/viewsvn

      An Exception Has Occurred

        Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewsvn/lib/viewcvs.py", line 2603, in main
    request.run_viewcvs()
  File "/usr/local/viewsvn/lib/viewcvs.py", line 263, in run_viewcvs
    self.rootpath, rev)
  File "/usr/local/viewsvn/lib/vclib/svn_ra/__init__.py", line 344, in
__init__
    self.ctx, self.pool)
SubversionException: ("PROPFIND request failed on '/radiant'", 175002)

Afaik it's not a network problem on my end, I can establish connection
just fine with a 'telnet zerowing.idsoftware.com 666'

Any suggestion is welcome. We have been without a decently working
repository browser for months now.

regards

TTimo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 7 11:02:04 2004

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.