eclipse的svn的历史修改记录怎样才能看全部的?
PHPz
PHPz 2017-04-24 09:11:35
0
1
803

用eclipse的team选项查看svn的资源历史记录只能看到近期修改的,不知道怎么样才能看到全部的记录?

PHPz
PHPz

学习是最好的投资!

reply all(1)
小葫芦

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template