Hi,
I am new to SVN and I want to read the svn:mergeinfo property of the trunk in a unix script using the svn command line utilities.
I tried different ways, but unable to get the result. It works only when I have a local copy of the trunk directory and run the command svn propget svn:mergeinfo . Is it possible to get the value of the property from the repository directly?
Thanks
Last updated