Note that there are some explanatory texts on larger screens.

plurals
  1. POsvn client/server versions
    primarykey
    data
    text
    <p>If I understand correctly version of <a href="http://subversion.tigris.org/" rel="nofollow noreferrer">subversion</a> defines:</p> <ul> <li>A structure repository on server</li> <li>A structure of working copy on client side</li> <li>API between client and server</li> </ul> <p>Once we've install svn server, we don't touch/upgrade it.</p> <p>Things are more complex on client side.</p> <p>On client side (Windows) we currently use <a href="http://tortoisesvn.tigris.org/" rel="nofollow noreferrer">tortoisesvn</a>. It's version (correct me if I'm wrong) is corresponding to subversion version. </p> <p>Now, we're going port our application to Linux and therefore we consider using additional svn clients (svn command line utility, Eclipse plugin and some GUI frontend).</p> <p>Now the questions:</p> <ol> <li><p>Is it possible several different clients will work on the same checkout code? If yes thus it means that I need carrefully pick up version of clients to be used, since each client expects a particular format/data be found in .svn directory?</p></li> <li><p>What is the relationship between version of server and client side? If for example server side is 1.4 and client is 1.6, thus it means that some 1.6 features won't work?</p></li> <li>Is it true that version of subversion client is not nessessary corresponding to the version of subverions, such as of <a href="http://rapidsvn.tigris.org/" rel="nofollow noreferrer">rapidsvn</a> as opposed to <a href="http://tortoisesvn.tigris.org/" rel="nofollow noreferrer">tortoisesvn</a>?</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload