Re: Detecting root directory of repositiory

2015-05-27 Thread Branko Čibej
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 shou

Re: Detecting root directory of repositiory

2015-05-27 Thread Pavel Lyalyakin
Hello Nicolas, On Wed, May 27, 2015 at 3:12 PM, Nicolas Ramz wrote: > Is there a way to detect that current directory is the root of SVN > repositiory by reading files into .svn directory ? > > I think "svn info" could be used for that. Problem is that some machines may > not have access to "svn"

Detecting root directory of repositiory

2015-05-27 Thread Nicolas Ramz
Is there a way to detect that current directory is the root of SVN repositiory by reading files into .svn directory ? I think "svn info" could be used for that. Problem is that some machines may not have access to "svn" command line (if using tortoise and svn is not in command PATH for example).