[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] list of GUI changes since 3.2?
>>>>> "L" == Luke Selden <lselden@xxxxxxxxx> writes:
L> Is there some sort of Sourceforge or SVN trickery to get this
L> list of changes?
You could try svn's 'log' together with 'diff' commands:
To search for indications to where something went wrong, look for
comments and revision numbers here:
$ svn log Source/app/SCView.M
than check what happened at a certain revision of that file:
$ svn diff -c 7247 Source/app/SCView.M
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/