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

problem with 'svn diff -r FOO:BAR' over ra_svn

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-01-04 03:06:06 CET

so i just ran into an odd problem with ra_svn. if i run it in tunnel
mode (over ssh), and do a diff between two different revisions, it just
hangs. there are two instances of svnserve running as a result, both
sitting in readbuf_fill, and the svn process is stuck in ra_svn_close.
running svnserve in daemon mode works fine.

to reproduce this, just put the following in your .subversion/servers:

[groups]
localhost = localhost

[localhost]
svn-tunnel-agent = ssh

then create a repository with a few revisions in it and try to run 'svn
diff -r 1:2 svn://localhost/path/to/repos'.

anyone got any ideas?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 4 03:06:43 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.