用eclipse的team选项查看svn的资源历史记录只能看到近期修改的,不知道怎么样才能看到全部的记录?
高洛峰2017-04-24 09:13:35
Command: svn log -l 5 /honme/yasi//openssl-test/main.cpp
5 means the version records of the last 5 submissions. If you change it to 100, it will be the latest 100 version submission records. You can use the command line or use the built-in svn plug-in in eclipse to view historical submitted versions.