svn
胡 亥
京都大学
展开
-
TortoiseSvn执行SVN Commit一直显示Please wait...问题解决
我的项目是基于webpack+vue的,出现这个问题的原因是SVN在读某个庞大的文件,所以慢,我的项目目录如下:由于dist和node_modules是不会提交到SVN的,今天项目中引入了一些新的包,所以,我判断SVN在读node_modules这个文件的时候卡住了。解决方法:在node_modules文件夹上右键,选择TortoiseSvn,选择Add to ignore list,选择...原创 2020-02-11 01:36:13 · 5438 阅读 · 4 评论 -
使用TortoiseSVN打Tags
1.进入代码目录,在你想要打tag的文件夹上右键依次选择“TortoiseSVN” ----> “Branch/tag…”,如下所示:2.修改tags的目录注意:"To path"的目录不可以点进去创建,要在这个窗口下直接改路径,因为会提示文件夹已经存在,感觉这里是个大坑,如下所示:3.点击“Show Log”,选择你想打tags的版本(这里涉及隐私就不截图了)4.点击"OK"...原创 2020-02-04 16:00:00 · 4744 阅读 · 1 评论 -
SVN:cleanup failed to process the following paths 错误的解决方案
今天在使用TortoiseSVN更新代码的时候发生错误,使用clean up时提示TortoiseSVNCleanup failed to process the following paths:D:\work\svnFailed to run the WC DB work queue associated with ‘D:\工作\系统’, work item60025(file-i...原创 2020-02-04 13:36:08 · 3885 阅读 · 0 评论