Re: svn rename adds mergeinfo property / renaming in working copy does not

2017-11-06 Thread Stefan Sperling
On Mon, Nov 06, 2017 at 06:10:37PM +0100, Nicolai Scheer wrote: > I cannot imagine a case where copying the mergeinfo to the new folder is a > wanted behaviour The current behaviour was implemented on purpose. It has been this way since Subversion 1.5.5. See https://svn.haxx.se/dev/archive-2008-1

svn rename adds mergeinfo property / renaming in working copy does not

2017-11-06 Thread Nicolai Scheer
Hi all, I just stumbled across a very strange behaviour. We're using a pre-commit hook, that checks if a commit involves a merge operation. If the operation does involve a merge, we force the user to use the word "merge" in the commit message. I implented this using svnlook diff --no-diff-delete

Re: Exclude file types from SVN diffs?

2017-11-06 Thread Chris
Hi Brane, thanks for the reply. I'm ok with seeing the diff header as long as I don't have to see the content. I'll just change the mime-type of these files. /Chris On Mon, 11/6/17, Branko Čibej wrote: Subject: Re: Exclude file types from SVN dif

Re: Exclude file types from SVN diffs?

2017-11-06 Thread Branko Čibej
On 06.11.2017 10:59, Chris wrote: > Hi, > > what's the best way to filter out a certain type of file from svn diff output > without having to use external tools such as filterdiff? > > The project I'm working with insists on storing a lot of data files in ascii > format in the repo, but users don

Re: Combining svn log 'search' and 'limit'

2017-11-06 Thread Branko Čibej
On 06.11.2017 10:38, Dmitrijs Reinmanis wrote: > Hello! > > I want to make simple tool, for viewing svn log results and without > search everything works well. Now I want to implement search, and I > have some problems with search and limit combination. Without limit > search works well, but with l

Exclude file types from SVN diffs?

2017-11-06 Thread Chris
Hi, what's the best way to filter out a certain type of file from svn diff output without having to use external tools such as filterdiff? The project I'm working with insists on storing a lot of data files in ascii format in the repo, but users don't want to see diffs for these files. I was th

Combining svn log 'search' and 'limit'

2017-11-06 Thread Dmitrijs Reinmanis
Hello! I want to make simple tool, for viewing svn log results and without search everything works well. Now I want to implement search, and I have some problems with search and limit combination. Without limit search works well, but with limit result is totally unpredictable. For example, if I en