On Thu, Mar 29, 2012 at 6:35 AM, Ben Stover <bxsto...@yahoo.co.uk> wrote: > As I can see there are a couple of different SVN servers and mutiple SVN > clients. > > Do all SVN clients work with all SVN servers? > Or are some clients tied to the usage of some special SVN servers?
All client and servers should be interoperable, even across versions. So a 1.7 client should work with a 1.0 server and vice versa. Clients are generally interoperable with each other on the same working copy as well. In that scenario, all of the clients do need to be from the same major.minor Subversion version as the client working copy format typically changes between versions. -- Thanks Mark Phippard http://markphip.blogspot.com/