Re: Feature request: 'svn up --dry-run'

2015-04-08 Thread Branko Čibej
On 08.04.2015 20:00, Evan Driscoll wrote: > [I typoed some keys and apparently happened to hit send while still > typing; let's try again. Sorry for the spam.] > > On Fri, Apr 3, 2015 at 4:25 PM, Branko Čibej wrote: >> Would this tell you what you need (given a checkout of 'trunk'): >> >> svn

Re: Feature request: 'svn up --dry-run'

2015-04-08 Thread Evan Driscoll
[I typoed some keys and apparently happened to hit send while still typing; let's try again. Sorry for the spam.] On Fri, Apr 3, 2015 at 4:25 PM, Branko Čibej wrote: > Would this tell you what you need (given a checkout of 'trunk'): > > svn diff --summarize ^/trunk@ . > > This will give you a

Re: Feature request: 'svn up --dry-run'

2015-04-08 Thread Evan Driscoll
On Fri, Apr 3, 2015 at 4:25 PM, Branko Čibej wrote: > Would this tell you what you need (given a checkout of 'trunk'): > > svn diff --summarize ^/trunk@ . > > This will give you a summary of the differences between your current > working copy state and the tree in the repository at . Sorry fo

Re: Feature request: 'svn up --dry-run'

2015-04-05 Thread Tony Sweeney
On 04/03/15 20:27, Evan Driscoll wrote: I'd like to put a feature request out there for a --dry-run option to 'svn up'. There are two things that this would accomplish over 'svn stat --show-updates'. First, it seems like a natural thing to do; in particular, 'merge' supports --dry-run and after

Re: Feature request: 'svn up --dry-run'

2015-04-03 Thread Branko Čibej
On 03.04.2015 21:27, Evan Driscoll wrote: > I'd like to put a feature request out there for a --dry-run option to 'svn > up'. > > There are two things that this would accomplish over 'svn stat > --show-updates'. > > First, it seems like a natural thing to do; in particular, 'merge' > supports --d

Feature request: 'svn up --dry-run'

2015-04-03 Thread Evan Driscoll
I'd like to put a feature request out there for a --dry-run option to 'svn up'. There are two things that this would accomplish over 'svn stat --show-updates'. First, it seems like a natural thing to do; in particular, 'merge' supports --dry-run and after using Git for a while my mental model of