Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-06 Thread Fabian Greffrath
Am Mittwoch, den 05.02.2014, 15:51 -0600 schrieb Peter Samuelson: 'svn update' always updates to a single revision (HEAD by default, or you can specify a revision with -r), so it prints that single revision. So, the question boils down to What should be shown as old revision, if not all files

Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-06 Thread Peter Samuelson
[Fabian Greffrath] So, the question boils down to What should be shown as old revision, if not all files in the repo had the same old revision?. If you really want this feature and are trying to figure out the design, look at 'svnversion'. In the mixed-rev case, it shows a range. (It also

Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-05 Thread Fabian Greffrath
Am Dienstag, den 04.02.2014, 23:37 -0600 schrieb Peter Samuelson: What would you expect the software to say in a mixed-rev wc? I don't know, I have never worked with such a repository (and my patch only addresses the simple single-rev wc case). What does it say which revision it updated to in

Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-05 Thread Peter Samuelson
Am Dienstag, den 04.02.2014, 23:37 -0600 schrieb Peter Samuelson: What would you expect the software to say in a mixed-rev wc? [Fabian Greffrath] I don't know, I have never worked with such a repository (and my patch only addresses the simple single-rev wc case). I doubt that. Mixed-rev

Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-04 Thread Fabian Greffrath
Package: subversion Version: 1.7.14-1+b1 Severity: wishlist Tags: patch Hi, when updating a repository, svn tells me to which revision it has been updated, but not from which revision. I have attached an untested draft patch that is expected to do exact this. Please consider applying it to the