> -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
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 1
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 FOLD
Hi,
We're been using 1.6 svn externals to manage a FW task.
In the repository we have a folder structure (which is pretty much defined by
the tools we are using) as below :-
FOLDER A -> file_a1.txt, file_a2.txt, file_a3.txt
FOLDER B -> file_b1.txt, file_b2.txt, file_b3.txt
Then using externals
> 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 wit