[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Remote repository query

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 4 Oct 2011 17:14:17 +0200

On Tue, Oct 04, 2011 at 02:54:46PM +0100, Hutchinson, Steve (UK) wrote:
> Thanks for the reply.
>
> We have been looking at git-svn but to be honest I was hoping for a cleaner svn solution if there was one.
>

It is a planned feature, but nobody is actitively working on it
at the moment. See http://subversion.tigris.org/issues/show_bug.cgi?id=3626

In the meantime, you'll have to use a third party solution.
git-svn has already been mentioned, but there are alternatives.

You could also create a temporary Mercurial repository in the SVN working copy.
Mercurial has a 'patch queue' feature which stores your local commits as a
series of patches. This makes it easy to re-apply your local commits to
a Subversion a working copy later and commit them to SVN in order.
See http://hgbook.red-bean.com/read/managing-change-with-mercurial-queues.html
Received on 2011-10-04 17:16:32 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.