Disclaimer I don't do code review, so this question is purely of academic interest.
I have seen plenty of posts on stackoverflow that advocates/requires code review before it is allowed into source control.
If you do this, where do you store code the unreviewed code, and how do you deal with the issue where the developer has to update the code to deal with conflicts resulting from other checking - do you require him to get his code reviewed again?
Thank you.