原 SVN修改已经提交过记录的日志和作者 使用TortoiseSVN管理代码,对于已经提交的记录,可以修改提交作者和提交日志,不过会报如下错误: Repository has not been enabled to accept revision propchanges; ask the administrator to create a pre-revprop-change hook 1 2 解决方法如下: - 打开VisualSVN - 在VisualSVN server中,选中需要修改记录
转载自github提交一个空目录 github默认不上传空目录,有的时候需要空目录来保持程序的结构. 两种场景 1.始终保持空目录,即时里面有文件,也全部忽略掉. 建立一个.gitignore文件放到空目录内. mkdir emptydirectory cd emptydirectory vim .gitignore # Ignore everything in this directory * # Except this file !.gitignore 2. 目前暂时保持空目录,以后有可能存