Subversion sparse checkout depth and merge behavior
Apache Subversion supports sparse checkouts via the --depth option, allowing a working copy to track only a subset of the repository tree. This is typically managed using svn update --set-depth to toggle between empty , files , immediates , and infinity . A challenge arises when performing merges into a working copy configured with sparse depth settings. Bec