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

RE: Simple revision control for working copy

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-25 16:50:11 CEST

> -----Original Message-----
> From: Tonio [mailto:toeneeo@yahoo.com]
> Sent: Monday, September 25, 2006 10:41 AM
> To: users@subversion.tigris.org
> Subject: Simple revision control for working copy
>
>
> Hi,
>
> My normal work flow (probably similar to yours :) ) is
> to make a number of small changes on the working copy
> (saving from IDE each time). Only after a logical unit
> of work is done would I commit this to the repository
> (e.g. made change X).
>
> I don't want/need to save all these little changes to
> the repository each time, but it would be useful to
> have a local revision control "cache" for all these
> little changes, which I might want to revert to, or
> copy some code from.
>
> Probably after each commit to the main repository, I
> would want to delete this cache.
>
> Any recommendations for such a system? (i.e. require
> simple operations like adding to repository, extract,
> without disturbing working of svn)
>

Work on a "private" branch. That way you can check in the little
changes so you can revert to them. When the work is done, you can merge
(or svn switch) the final versions of the file to the trunk/main branch.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 25 16:51:57 2006

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

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