Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread James
Hi Christian, Did you get that URL I sent you? Did it look strange in any way? I've also been experimenting with git-svn + post-review, hoping that might work better. Unfortunately, it doesn't, but at least it's a different problem: $ post-review -dn svn info git rev-parse --git-dir git

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread James
Well I figured out one issue. There was some problem with my git repository. I did a fresh git svn clone, and I didn't have that find- rev problem any more. However, now I'm back to the original SCMError saying that the URL is malformed or the scheme or host or path is missing on the

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread Christian Hammond
Hi, Yeah, got the URL, but nothing stands out as being wrong. That's very strange. Can you go into the admin UI, click on Repositories - your SVN repository, and resave it? That should re-check the server for validity. If that fails, we know something is definitely wrong there with the

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread James
I traced the problem to line 287 in svn.py: try: info = client.info2(path, recurse=False) logging.debug('SVN: Got repository information for %s: %s' % (path, info)) except ClientError, e: ... raise RepositoryNotFoundError() I fired up a python shell and can now

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread James
I installed RB on my laptop, pointed it at the same SVN server, and it works fine. There must be something wrong with the SVN client, libraries, or pysvn on that server. I'm not sure what the problem is there, but I'll either try a clean install on that machine or just install it on a different

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread James
Well I finally got it working. After narrowing down the problem to pysvn I checked out the pysvn shared library with ldd and noticed that it was linked against two different versions of libneon. I removed the conflicting version of the libneon library, recompiled pysvn, and now everything is

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-21 Thread Christian Hammond
Excellent! That was sure bound to cause problems :) Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Oct 21, 2010 at 8:37 PM, James jbaldass...@gmail.com wrote: Well I finally got it working. After

Re: SCMError: URL 'http://svn.domain.net/svn/repositories/repo/dir1/trunk/dir2/file.xml' is malformed or the scheme or host or path is missing

2010-10-19 Thread Christian Hammond
Hi James, That is indeed strange. Without seeing the URL, it's hard to say. Is this indeed a fully-qualified domain? Just as a sanity check, would you feel comfortable e-mailing me privately the full path? Christian -- Christian Hammond - chip...@chipx86.com Review Board -