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

Re: telnet into svn

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-05-10 04:23:38 CEST

Timothy Smith wrote:
> is it possible to just telnet into svn and issue commands to update from
> a respositry?

No. There is an awful lot of client side code involved with updating a
working copy. For example, you need to tell the server what versions of
everything you currently have, then it sends back a diff, much of which
is in a binary format. This diff needs to be applied to the working
copy files in a particular way... It goes on and on. If you want to
update a working copy you really need to use a the Subversion libraries,
either via pysvn or the svn command line.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 10 04:25:31 2005

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.