Thanks guys. That's what I need.
Zoran
________________________________
From: Andy Levy <andy.levy_at_gmail.com>
To: Zoran Jeremic <jeremic1974_at_yahoo.com>
Cc: users_at_subversion.apache.org
Sent: Tue, May 18, 2010 4:35:49 PM
Subject: Re: how to make a commit/update that is not visible to other users
On Tue, May 18, 2010 at 07:09, Zoran Jeremic <jeremic1974_at_yahoo.com> wrote:
> Hi everybody,
>
> I'm using SVN repository to share the project with project partners.
> However, I work on two different PC (at home and at workplace) and I want to
> use SVN to synchronize on daily basis but I don't want to synchronize with
> other partners every time. Is it possible to make some kind of "private
> commit/update" that will be not visible to other users of SVN, and then when
> I have a stable release of software to commit with others?
Create a branch for yourself and merge changes in from trunk as often
as you feel is necessary to keep in sync with everyone else. When you
have something stable to share, merge (do not use --reintegrate unless
you're done with your private branch) back to trunk.
Received on 2010-05-18 17:19:07 CEST