Eric Ahlstrom wrote on Tue, Mar 29, 2016 at 11:53:03 -0600: > renaming/reorganizing files requires incredibly complex work arounds.
What workaround? Do you refer to the need to call 'svn mv' to tell svn about the rename? Normally, 'svn mv' does two things: (a) rename the file on disk, (b) record in .svn/ that the rename had happened. As of 1.8, we allow the user to tell 'svn mv' to do only (b). We don't expose that ability in the standard command-line client, but it's available to API users (such as tortoisesvn and bindings scripts) via the 'metadata_only' parameter to svn_client_move7(). No idea about your other questions... Daniel