SVN: Prevent a newer client from upgrading a working copy's SVN version?
        Posted  
        
            by Wilco
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wilco
        
        
        
        Published on 2010-03-19T21:14:30Z
        Indexed on 
            2010/03/19
            21:21 UTC
        
        
        Read the original article
        Hit count: 304
        
subversion
|svn
Is it possible to prevent a newer SVN client (say 1.6) from automatically upgrading a working copy that was checked out with an older client (say 1.4 or 1.5)?
I find that as soon as I touch a working copy with a newer client, anyone using an older client to work with the same files can no longer do so (for obvious reasons).
Assuming requiring everyone to upgrade their SVN clients isn't an option, is there a configuration setting or flag I can set to prevent my newer client from making this change?
© Stack Overflow or respective owner