Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
C::B source code git mirror status
oBFusCATed:
--- Quote from: ollydbg on September 08, 2017, 01:51:15 am ---That's bad news, so as sodev said, I have to use the pure svn to find the commit, right?
--- End quote ---
Nope. It is not present in the svn history most probably.
Have you tried looking here: https://sourceforge.net/p/codeblocks/code/HEAD/tree/branches/
There are several scintilla branches.
ollydbg:
I have tried stahta01's git-svn github repo(thanks stahta01) , and using the "git log -S" command to find what is the commit the code "ScintillaWX::FineTickerRunning" was added or removed to the code repo.
--- Code: --- MINGW64 /d/code/cb/codeblocks_svn2git_http_metadata (master)
$ git log -S 'ScintillaWX::FineTickerRunning' --branches
commit 2a91a82f2acade0eacc830ab6effb6d964ecad46
Author: mortenmacfly <mortenmacfly@2a5c6006-c6dd-42ca-98ab-0921f2732cef>
Date: Sat Aug 30 19:34:27 2014 +0000
* prepare branch for merge to trunk
git-svn-id: http://svn.code.sf.net/p/codeblocks/code/branches/scintilla_3_5_0@9893 2a5c6006-c6dd-42ca-98ab-0921f2732cef
commit 52b93bb6054a0688ac5d2c0b5ffaf71c7530fec5
Author: mortenmacfly <mortenmacfly@2a5c6006-c6dd-42ca-98ab-0921f2732cef>
Date: Tue Aug 26 07:25:56 2014 +0000
* added / updated (wx)Scintilla lib to v3.5.0 for testing purposes -> use special project file CodeBlock.scintilla.cbp and RE-compile!
git-svn-id: http://svn.code.sf.net/p/codeblocks/code/branches/scintilla_3_5_0@9861 2a5c6006-c6dd-42ca-98ab-0921f2732cef
--- End code ---
So, there are two commits. I have even install the tortoisesvn to see the pure svn repo change logs, but I don't see much methods that I can search on the SVN repo like the "git log -S" command.
I believe the commits r9861 and r9861 are the correct svn commit to introduce the timers. :)
oBFusCATed:
Probably yes, but they are not minimal commits that introduce timers only...
Navigation
[0] Message Index
[*] Previous page
Go to full version