SVN log history woes

2011-04-15 Thread theBlueSage
Hi Folks In short, I need a way to keep commit log history per file when I merge one branch into another in SVN. I know this is a limitation of SVN, but I was wondering if anyone has come up with a creative solution for this thorny issue. Also, much as I would like to move to 'git' I cant, it is

Re: SVN log history woes

2011-04-15 Thread Matthew Gillen
On 04/15/2011 08:46 AM, theBlueSage wrote: However, if I then merge foo.txt back into trunk and do svn log foo.txt I will only see 3 commits. the two I did before the branching, and the commit message from the merge back into trunk. I need to find a way to see all the history. Interesting