Hi all,
here is a scenario for which I would like to get advice:
I will go for a holiday and will also do some work with my laptop on a
project for which I use SVN to manage the source code. My original
repository is on my desktop pc, which will not be on during the
holiday and I will not have access to the repository, this is why i
will clone the repository on the laptop, and will commit all changes
to the cloned version. WHen I return from holiday, I want to append
all changes (i.e. revisions) I have made in the cloned version, to the
original repository on my desktop machine. WHich is hte best way to
achieve this? Currently hte variant I consider is using svnadmin dump
to dump all revisions that were added to the cloned repository, and
then load the dump to the original repository on the desktop machine.
Thanks in advance
Alex
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-29 15:41:00 CEST