Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

How to track the old codecompletion branch

(1/2) > >>

ollydbg:
@Morten and other dev.

If I want to track or blame the last codecompletion refactor branch, which is created and maintained in year 2009. How can I do that?

For the current cc branch, I can only show the change log from: rev 6221 (the new ccbranch is created ) to rev 6392. If I remember correctly, when the rev 6221 is created, you have delete the old cc branch, right?

Thanks.

MortenMacFly:
What about this:
http://svn.berlios.de/wsvn/codeblocks/branches/codecompletion_refactoring/?op=log&isdir=1&

and (e.g) this:
http://svn.berlios.de/wsvn/codeblocks/trunk/src/plugins/contrib/EditorTweaks/EditorTweaks.cpp?op=blame&rev=6386&peg=6386

I personally use the transaction feature of my SVN client (SmartSVN). This shows you changes in any (sub-)tree in real time. I believe TortoiseSVN has such, too - but I am not sure.

ollydbg:

--- Quote from: MortenMacFly on July 13, 2010, 07:17:53 am ---What about this:
http://svn.berlios.de/wsvn/codeblocks/branches/codecompletion_refactoring/?op=log&isdir=1&
--- End quote ---
thanks for the reply. But this link can only show the change from:6221 to rev 6392 in CCbranch.
Before rev 6392, all the reversions were in "trunk" .
So, I just guess that we still can't see the last cc_branch(For example: ccbranch from 2009 may to 2009 july).

It just show the same thing in my TortoiseSVN. All the log information before 6392 was related to trunk (no information about the last cc_branches was shown)

Edit
BTW: the last cc_branch merged to trunk is in rev 5770, with the log:

--- Quote ---* merged with codecompletion_refactoring branch
--- End quote ---
But I can't see the revision information of ccbranch before rev 5770. the information change may get lost??? :(

Jenna:
I think this happens, because trunk was copied to cc-branch.

As workaround, you can checkout revision 5769 of cc-branch and view the log through svn and you get the correct entries.

oBFusCATed:
Ollydbg: tortoise svn has a checkbox "stop on copy/rename", ensure that it is not checked.

Navigation

[0] Message Index

[#] Next page

Go to full version