> Hi all,
> I'm using SVN since a couple of years, thanks for this great
> tool. Often I work off-line, and I'd like to "pre-commit"
> changes or enque changes to be committed later, when I'm
> connected again (of course commit should proceed only if
> there are no conflicts). Is it possible a thing like the
> above? (I cannot switch to a distributed SCM). Is there any
> solution, like installing a SVN server on my laptop, where I
> commit and that will be committed and synchronized then with
> the master repository? Anyone has done something like that?
You can use git on your laptop and then use git-svn to synchronize your
work with the svn server.
http://www.kernel.org/pub/software/scm/git/docs/git-svn.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-27 11:40:27 CET