Re: Accessing Remote SVN Repositories

2013-07-17 Thread Thorsten Schöning
Guten Tag Stephen Gorin, am Donnerstag, 18. Juli 2013 um 00:34 schrieben Sie: > I need to access the Subversion repositories of two software > vendors. Because of firewall issues they cannot "push" their changes > to us, rather we have to access their repositories and "pull" the latest code > fro

Re: Accessing Remote SVN Repositories

2013-07-17 Thread Geoff Hoffman
Steve, first off, the security permissions you may need as a prerequisite to access "their stuff" covers a wide range of scenarios: SSH keys, VPN access and so on are outside the range of topics discussed here. Let's assume you have access past their firewall to the server where their stuff is stor

Re: Accessing Remote SVN Repositories

2013-07-17 Thread Ryan Schmidt
On Jul 17, 2013, at 17:34, Stephen Gorin wrote: > I need to access the Subversion repositories of two software vendors. Because > of firewall issues they cannot "push" their changes to us, rather we have to > access their repositories and "pull" the latest code from their sites. "push" and "pu

Accessing Remote SVN Repositories

2013-07-17 Thread Stephen Gorin
Greetings, all, Help, please. I need to access the Subversion repositories of two software vendors. Because of firewall issues they cannot "push" their changes to us, rather we have to access their repositories and "pull" the latest code from their sites. What is the best way to accomplish th