码迷,mamicode.com
首页 > 其他好文 > 详细

SVN使用方法

时间:2017-08-05 13:20:57      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:.net   tle   sse   解决   south   like   技术分享   com   find   

转载自  http://blog.csdn.net/zjq_1314520/article/details/62426792

 

今天因为项目的需要第一次使用了svn来托管项目,第一使用svn遇到了几个问题。

这个安装的过程很简单,不再赘述。在安装完成之后,相信肯定有一部分第一次用这个的人直接到开始处打开这个软件,这时候就会弹出下面的提示:

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位系统上的安装!

SVN使用方法

标签:.net   tle   sse   解决   south   like   技术分享   com   find   

原文地址:http://www.cnblogs.com/TJessica/p/7289916.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!