Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Henrik Carlqvist
Thanks for your quick reply! > Log on ^/ shows all revisions; adding -g includes no more revisions. Yep, that is the problem. IMHO the flag -g should also give output which shows merge information, not only on deeper levels but also on the root level of the repository. I can understand if most pe

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Philip Martin
Henrik Carlqvist writes: > On Wed, 25 Jul 2012 11:17:55 -0500 > Justin Johnson wrote: > >> The command "svn log -vg" is not returning merge info when I execute >> the command while sitting in a working copy of the root level of a >> repository or when I pass in the URL to the root level of root

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Henrik Carlqvist
On Wed, 25 Jul 2012 11:17:55 -0500 Justin Johnson wrote: > The command "svn log -vg" is not returning merge info when I execute > the command while sitting in a working copy of the root level of a > repository or when I pass in the URL to the root level of root level > on the command line. A sim

svn log -g doesn't return merge info when operating against repository root

2012-07-25 Thread Justin Johnson
Hello. The command "svn log -vg" is not returning merge info when I execute the command while sitting in a working copy of the root level of a repository or when I pass in the URL to the root level of root level on the command line. A simple test case can be seen below. I see there is already an