
The TortoiseSVN client is a windows shell extension for Apache Subversion (SVN) client. It is simple and most popular as it has a coolest interface to SVN Subversion. Many users faced an annoying problem after instilling the TortoiseSVN. On the Windows explorer context menu (appear on right mouse click), the SVN commands were not displayed. In this article learn how to solve this problem.
Platform: Windows
What is the error?
After installing TortoiseSVN, the SVN commands are not appearing on the context menu when you select any folder and right-click. The context menu looks as below without SVN commands.
Reason 1:
TortoiseSVN is installed on incorrect target Windows platform.
Before you download any utility software, you should always check for the correct version of the software, which is intended to support your target operating system platform, 32-bit or 64-bit. Suppose you have downloaded TortoiseSVN client software built for the 32-bit version and installed it on the 64-bit Windows platform. In this case, the shell extension for the installed software may not work correctly, and the commands will not appear in the windows explorer context menu. Follow the below steps to solve this problem.
Solution:
1
Uninstall the current TortoiseSVN client from your computer.
3
Download TortoiseSVN that matches your target platform 32-bit or 64-bit operating system and install
4
Reboot your computer once the installation is completed. Upon reboot, you can see that the Windows Explorer context menu is populating TortoiseSVN commands.
Reason 2:
TortoiseSVN client is installed on correct target platform but still SVN commands not appeared on context menu.
It is something unusual behavior. In this case, you need to perform the below workaround solution to bring the SVN commands to the context menu. The steps provided below basically do the installation repair. Most of the time, the repair installation does the file copy missing in the current installation directory.
Solution:
1
Run the TortoiseSVN installer. Since the TortoiseSVN client is already installed on your machine, the installer will display the following screen.
![[TortoiseSVN right-click context menu not displayed] - Modify, Repair, or Remove installation](http://troubleshootyourself.com/wp-content/uploads/2015/11/Post11112015_02_c.jpg)
2
On the installation screen, select ‘Repair‘ option. The installer will copy all the missing libraries that are missing or corrupted in the current installation directory by selecting this option. Click on Next and follow the installation instruction till the end.
3
Once the installation is completed, reboot the computer system
4
Once the computer is rebooted, right-click on any folder and check the context menu for SVN commands. Now you can see the SVN commands appeared on the context menu.
![[TortoiseSVN right-click context menu not displayed] - SVN Commands appeared](http://troubleshootyourself.com/wp-content/uploads/2015/11/Post11112015_03_c.jpg)
– Article ends here –