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

svn+ssh - ssh not terminating in some situations.

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2003-07-29 19:08:54 CEST

svn+ssh method is very nice.

However, I'm noticing a small problem in that when I do a "svn log | less"
and then press "q" to quit out of "less", the ssh process is not
terminating.

Please try this reproduction recipie:

$ cd wc (checked out with svn+ssh method)
$ svn log | less
(press q to quit out of the paged "less" display"
$ ps axu | grep -i svn
dsummers 6950 3.0 0.3 3644 1980 pts/2 S 12:35 0:00 ssh imts
svnserve
$ kill 6950
Killed by signal 15.

This is not a big problem at the moment but if someone had a lot of users
then it might be a problem.

   Thanks!

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 29 19:30:04 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.