svn TortoiseSVN is a shell extension.
今天,在64位Win7系统上安装了TortoiseSVN,安装完成后,直接打开运行软件,弹出了下面的提示:TortoiseSVN is a shell extension. That means it is integrated into the windows explorer. To use TortoiseSVNplease open the explorer and right-click on any folder you like to bring up the context menu where you will find all TortoiseSVN commands. And read the manual!
这个是什么原因呢?原来svn并不是直接这样打开的,而是选择一个文件夹,然后右键,选择 SVN Checkout ,如下:
然后问题就来了,在有的电脑上面右键之后并没有出现相关的选项,那该怎么办呢?解决方案如下:
进入:开始–>程序–>TortoiseSVN–>Setting–>Icon Set选择Mufwin7。
win + R ,输入“regedit”进入注册表;
选择目录:HKEY_CLASSES_ROOT/*/shellex/ContextMenuHandlers/TortoiseSVN
右键目录TortoiseSVN–>权限–>高级–>所有者–>将所有者更改为administrator–>点击应用
然后重启一下就好啦!
注:上面是在Windows7的32/64位系统上的安装!
原文地址:http://blog.****.net/zjq_1314520/article/details/62426792