[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Update workcopy without commit

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 27 Oct 2010 10:17:38 -0400

> If I have a project named for example A in my repository.
> My collegue checkout project A and make some changes. After
> I want to update this changes on my workcopy without commit because
> I
> want to review codes and after commit: it's possibile?

There are a couple of ways to handle code reviews.

1. Create a branch for the new code. The dev can check into the branch, request a code review. The reviewer can review the code... if it is ok, merge to trunk (or active dev path). If not ok, the code can be changed/fixed on the branch... then rinse and repeat.

2. The dev can create a patch file. You can apply this patch file to a clean WC of the project. Review that patch and if all looks good commit. If not, revert.. rinse repeat.

There are also some tools out there that automate some of this. http://www.reviewboard.org/ is one of them.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2676130

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-27 16:17:48 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.