On 27.05.2015 14:12, Nicolas Ramz wrote: > Is there a way to detect that current directory is the root of SVN > repositiory by reading files into .svn directory ?
Please do not make any assumptions about the structure and contents of the .svn directory. The only way to access that information should be through the 'svn' command-line or the API. -- Brane