Talk:Subversion Integration in the IDE

From RAD Studio
Jump to: navigation, search

The file contents (Contents tab), - This tab contains the annotations and the contents of each file at a given revision. The file history log (Information tab) - This shows the comments for a given revision. Annotation/diff operations (Differences tab).- this shows the difference between two revisions.


we should not tell people to use Project > Options > Packages as this adds the package to the projects package exclude list. This cause the package to be uninstalled each time this package is loaded.

We may also want to let the user know that the source for svn150, svnui150 and svnide150 ships with the product and is open sourced.


Done

Thanks for the comments! I've incorporated them into the topic. KrisHouser 13:23, 26 July 2010 (PDT)


USc 2010/07/28:

  • ToolsApi.pas needs to be ToolsAPI.pas (uppercase API)
  • I would change

"The Subversion plugin is built using the Subversion Tools API packages (such as svnide150.bpl), and you can use the Tools API to integrate other version control plugins in the IDE."

into

"The Subversion integration is build using the Tools API and you can use the Tools API to integrate other version control plugins in the IDE."

because svnide150 is part of the Subversion integration

Done

Thanks for your comments! I have incorporated them into the topic.

KrisHouser 15:55, 28 July 2010 (PDT)