Re: Can't get "svn log --use-merge-history" to list all

2017-02-13 Thread Stefan Karlsson
No I haven't really found a solution, the problem is still there. I have however found that if get the log on the folder instead of the file then I see all revisions. That is, using this command (with svn version 1.9.5): *svn log --use-merge-history --verbose work\trunk\ > log2.txt* /Stefan 20

how to detect read-only branch from client?

2017-02-13 Thread Torsten Mueller
I write a script getting sources from one repository, doing a build and other time consuming things and then committing the results into another repsitory. The problem is: the detination side is "managed" which means that I must expect read only branches there. They use the path based authenticati