-
-
Notifications
You must be signed in to change notification settings - Fork 13
TSVN not working
Samir Boulema edited this page Sep 23, 2024
·
4 revisions
- 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
- Verify the 'Working Copy Root Path' is correctly set
- Verify the path set is local and absolute
Did you install TortoiseSVN with the client tools?
If not, reinstall/modify TortoiseSVN and restart Visual Studio
Check that 'svn info' returns the correct 'Working Copy Root Path'
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