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

Remote execution of SVN updates.

From: Sean Murphy <smurphy_at_ivs3d.com>
Date: 2006-03-28 18:53:23 CEST

Greetings, I've got svn working locally to the point where I can run
"svn up scripts", say, to update my scripts collection and so forth, but
I wish to be able to execute an update remotely via SSH. I have a set
of keys set up between two trusted accounts, and when I run the following:

*> ssh -x -n user@host "cd build; svn up scripts"

*and it pauses for about 3 seconds, then gives me:
*svn: Connection closed unexpectedly
**
*I'm unsure as to why it works locally, but not when executed remotely.
I suspect there's something the non-interactive shell isn't doing right
and svn is choking on it, but I'm at a loss as to what. If anyone has
any information, I'd be most appreciative.

-Sean

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 28 18:55:55 2006

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.