Scott Nicolson wrote:
> I have sent this to the users group, perhaps it should be sent to the
> dev group.
> 
> It would appear that viewing the log in a working copy of a project does
> not parse the externals property (i.e. I would like to view the log
> history from the root of my project instead of having to view it from
> each external directory separately).  I guess this make sense when
> externals reside in different repositories but when they reside in the
> same repository this would be something very nice to have (almost
> essential).  Is there a configuration option for allowing this in TSVN?
> 
> 
> Note this "show log" functionality is consistent with the "revision
> graph" functionality but inconsistent with the "show modifications"
> functionality.  e.g. I right click on the project root, and select 'show
> log' and only see the log of the files within this project that aren't
> brought in by the externals property. The same happens for showing the
> 'revision graph', I only see the files contained within my project and
> not for the externals.  However if I right click on the project root and
> select 'show modifications' the external directories are parsed
> correctly and I can see available updates for the entire project.
> 
> Sorry if this is a little long winded.  Can anyone shed some light on
> this?
"Show log" (and the equivalent Subversion API svn_client_log()) only 
shows the log of the path you specify, and all paths below that one. 
You're externals are *above* that path, so the log isn't shown.
Also, you can't show the log for externals if they're not from the same 
repository, because the revision numbers wouldn't match.
Stefan
-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Feb 13 19:29:38 2007