On Sun, Oct 6, 2013 at 3:12 PM, Zvika Castel <zvi...@tase.co.il> wrote: > > Hi, > > > > In general, it's about seeing the log of a commit to an externals file. > > I will try to describe the situation: > > I have folder named "Master" with file named "FileA.txt" in it. > > Somewhere in the project tree I have also a folder named "Slave" with an > externals "FileB.txt" pointing to "Master/FileA.txt" > > Now, on Update I get two files on my working directory tree, FileA under > Master and FileB under Slave. > > A developer changed "FileB.txt" and commit his changes (at this point changes > were made on FileA.txt because it's a "share"). > > Now, I open the log to see all the changes made on "Slave" folder and… > > There is not a single sign that someone has change "FileB.txt" > > > > I know what SVN is doing under the hood, I know I can see the log of "Master" > folder and see the transaction over there, but… > > What I expected, as a developer, that SVN will show me MY actions, not his. > > When I open the log of "Slave" folder I want to see that someone has changed > "FileB.txt". > > > > Consider this as a feature request.
Searching the mailing list archives, this question has come up a couple of times: http://svn.haxx.se/users/archive-2013-08/0552.shtml http://svn.haxx.se/users/archive-2013-04/0119.shtml http://svn.haxx.se/users/archive-2011-08/0422.shtml http://svn.haxx.se/tsvn/archive-2010-04/0075.shtml But none of these threads really brings the discussion to a close (and it's not clear whether it's easily implementable within the current svn design). Maybe it's a good idea, whether or not it's doable, to at least add this to the issue tracker as a feature request. Zvika, feel free to enter this into the issue tracker. -- Johan