Skip to content
Samir Boulema edited this page Sep 23, 2024 · 4 revisions

Problem:

  • When click anything on TSVN menu it does nothing, no error, no action, nothing, "Missing Solution Directory Location" or "Missing Working Copy Root Path" error.
  • The Pending Changes window does not show any pending changes even when there are pending changes

Solution:

TSVN

  • Verify the 'Working Copy Root Path' is correctly set
  • Verify the path set is local and absolute

TortoiseSVN

Did you install TortoiseSVN with the client tools?

Client tools

If not, reinstall/modify TortoiseSVN and restart Visual Studio

SVN

Check that 'svn info' returns the correct 'Working Copy Root Path'

Documentation:

In order for TSVN to work it needs to know the 'Working Copy Root Path' from which all svn command will be executed. The TSVN will try to automatically determine the path or you can set it manually.

Automatic:

  • Get the path of the current opened file or solution
  • Call 'svn info --show-item wc-root' from that directory
  • Use the returned value

Manual:

  • Set the path via TSVN -> Windows -> Options
  • Manually set value will override any automatically determined path

Options

Clone this wiki locally