Package: svn-load
Version: 0.6-1
Severity: normal

(Note that this is the unstable version, built on and running on etch...)

svn-load does a
    if not svn_path_exists(url, ''):
        sys.stderr.write("Error connecting or no such repository: %s\n" % url)
        sys.exit(1)

svn_path_exists supposedly returns an "entry object".  However for my
svn+ssh repository, client.info2 returns [] for the top level.  It
does however return content for "trunk" and other components...

I'd suggest replacing the '' with dirs[0] or maybe tagdir (or even
tagdir.split(os.path.sep)[0] ?) to actually probe *some* directory... or
stick with convention and use 'trunk' (which in my case returns:

[('trunk', <PysvnInfo >)]

which should be acceptable...)  Changing it to use trunk causes the
tool to work for me, in any case.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages svn-load depends on:
ii  python                       2.4.4-2     An interactive high-level object-o
ii  python-svn                   1.5.0dfsg-1 A(nother) Python interface to Subv

svn-load recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to