On Wed, Mar 9, 2011 at 21:26, Nguyen Vu Hung (VNC) <vuh...@vinicorp.com.vn> wrote: > Folks, > > Just a quick question: > > Does svn export performs any kind of outbound connection (like http) other > than localhost?
svn export only makes a connection between the client and the server, and only if you export using a URL (as opposed to doing an export from a working copy). Just like any other Subversion command that interacts with the server.