Can you
Create a branch
Check in your changes at work to the branch
Go home, check out the branch
Continue to work in that branch
Then merge that branch into the trunk
Anne M. Hammond - Systems / Network Administration - Tech-X Corp
hammond_at_txcorp.com 720-974-1840
On Fri, 13 Jul 2007, Freek Dijkstra wrote:
> Hi,
>
> I find myself doing to following a lot:
> 1. Check out a repository, make changes at work
> 2. Manually see what I changed, and copy those to my home computer
> 3. Go home
> 4. Continue editing at home
> 5. Do a commit
>
> So I do not commit at step 2, and update at home. That would of course
> be a lot easier for me! The reason I do so clumsy is because my
> yet-unfinished change would break stuff of a few colleagues.
>
> Is there a smarter way to do this, than to manually do a diff -r --brief
> and copy the changed files between my two local computers? I looked at
> svn merge, but that only seems to be able to merge changes between two
> revision to a local working copy. What I want is to merge the difference
> between HEAD and whatever I had at the working copy at work to the
> working copy at home.
>
> Regards,
> Freek
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 13 15:50:45 2007