You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Luca Ferrari <fl...@infinito.it> on 2008/10/27 10:36:30 UTC

commit later

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?

Thanks,
Luca

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: commit later

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Oct 27, 2008, at 05:36, Luca Ferrari wrote:

> 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?

I believe that's what SVK is for:

http://svk.bestpractical.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: commit later

Posted by "Roth, Pierre" <pi...@covidien.com>.
> 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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org