tortoisesvn - SVN externals sub folder changes not showing in view log (tortoise svn) -


svn externals allow make svn folder appear if it's @ location. use having common folder shared across of projects in svn.

i have /trunk/common folder in svn share via several different project.

example:

  • project1 : /trunk/project1/depends
  • project2 : /trunk/project2/depends
  • project3 : /trunk/project3/depends
  • project4 : /trunk/project4/depends

each of these depends folders empty, have svn:external defined point /trunk/common folder.

the problem when view log within of projects: /trunk/projectx/ not show changes svn:externals. using tortoise svn svn client.

does know how change behavior? show log of /trunk/projectx include changes defined svn:externals well.

this not possible current release of subversion, other explicitly calling svn log on target of externals directory

you can try issueing feature request @ the apache subversion website


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -