RE: backlogging with subversion?

2013-05-01 Thread Cooke, Mark
On 29.04.2013 22:56, Daniel Shahaf wrote: Cooke, Mark wrote on Mon, Apr 29, 2013 at 15:30:31 +0100: -Original Message- From: Ryan Tarrant [mailto:rtarr...@neibenefits.org] Sent: 29 April 2013 15:19 To: users@subversion.apache.org Subject: backlogging with subversion? Is

Re: SVN Externals 1.6 to 1.7 migration issue

2013-05-01 Thread BRM
While I have not had the issue you are having, assuming the externals are in the same repository I would highly recommend changing from using the syntax you have to using the carrot (^) operator as it will save you many headaches if your original svn location changes. I.e. use: ^/FOLDER_A

svn log --xml --use-merge-history ... doesn't include --use-merge-history in the xml output?

2013-05-01 Thread Andrew Reedick
Is it just me or is svn log's --xml switch not including --use-merge-history information? The text output of svn log --use-merge-history includes the Merged via: r3673 information: r3584 | bob | 2013-04-16 15:50:48

RE: svn log --xml --use-merge-history ... doesn't include --use-merge-history in the xml output?

2013-05-01 Thread Andrew Reedick
-Original Message- From: Andrew Reedick [mailto:andrew.reed...@cbeyond.net] Sent: Wednesday, May 01, 2013 4:24 PM To: users@subversion.apache.org Subject: svn log --xml --use-merge-history ... doesn't include --use-merge-history in the xml output? Is it just me or is svn log's