Do SAE development of children's shoes may have tried to use Notepad ++ and tortisesvn integrated to do a simple SAE development environment, Sae official website also has the relevant detailed documentation introduction (http://sae.sina.com.cn /? M = devcenter & catid = 212 ). Recently, I installed and configured the Subversion plug-in on my new Win8 machine according to the document, and found that the installation of the Subversion plug-in Notepad ++ always fails. Take a closer look and find that the reason is
- My Win8 system is x64
- The notepad ++ installation package is x86 (32-bit)
- Tortisesvn can only be installed on x64 systems.
- The official download plug-in for notepad ++ subversion is version 1.0 (as shown in), and it is compatible with tortisesvn x64.
Fortunately, the author of The Subversion plug-in has provided an updated version of the subvesion plug-in (1.1). You can link to the new version: http://www.switchonthecode.com/sites/default/files/319/source/nppsvn_v1.zip. After downloading this version, you only need to complete the following work:
- Decompress the zip package and put it in the plugin folder of notepad ++ (the plugin folder is under the installation directory of notepad ++, for example:C: \ Program Files (x86) \ notepad ++ \ plugins ).
- Restart notepad ++ to view the Subversion menu items.
After installing the above plug-in, you can find it in the plug-in Manager of notepad ++, but it is not in the list of installed, but in the list to be updated:
This is because the plug-in we installed is not in the notepad ++ official plug-in library, so let you update to the official 1.0 version. As mentioned above, the version 1.0 subversion plug-in cannot work normally in the x64 system, but we have installed version 1.1. So do not upgrade it.
We hope that the official notepad ++ plug-in library can upgrade the Subversion plug-in to version 1.1 as soon as possible. In this way, we do not need to manually install it!
References:
- Http://tech.pro/blog/870/notepadplusplus-subversion-plugin
------- Updated at 2013/05/19 ------
Now, notepad ++ has a new plug-in, tortoisesvn. This plug-in is more powerful and has no problems with the Subversion plug-in. We recommend that you use this plug-in.