Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » svn-git and buckminster - can I pull this off somehow?
svn-git and buckminster - can I pull this off somehow? [message #930663] Tue, 02 October 2012 14:20 Go to next message
stuart mackey is currently offline stuart mackeyFriend
Messages: 7
Registered: July 2009
Junior Member
We have a large project using subversion & buckminster.

I'd like to be able to use git locally so I've been looking at git-svn. However it would be painful to not use buckminster for the initial materialization.

Is there some workflow that would let me buckminster-materialize our project from the subversion repository and then use git locally?
Re: svn-git and buckminster - can I pull this off somehow? [message #930692 is a reply to message #930663] Tue, 02 October 2012 14:46 Go to previous message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
On 2012-02-10 16:20, stuart mackey wrote:
> We have a large project using subversion & buckminster.
>
> I'd like to be able to use git locally so I've been looking at git-svn.
> However it would be painful to not use buckminster for the initial
> materialization.
>
> Is there some workflow that would let me buckminster-materialize our
> project from the subversion repository and then use git locally?

There is nothing that magically turns your SVN repos into git repos.
If you have the projects materialized on disk and connected to SVN, then
it may be possible to go from there to git, but basically, IIRC, the
git-svn tools clones a remove SVN to a local git repository and sets up
things so you can pull / push to SVN using git.

If that is made simpler by first materializing the SVN content locally I
don't know. You have to experiment.

You can also clone SVN at github.

Don't know how well it works to work in both SVN and Git - I have only
used git-svn to migrate from SVN to git.

Once you have git clones, question is how you want things to work wrt
materialization, should resolution use your local git clones instead of
SVN? Do you have your git repositories cloned remotely somewhere? You
need to use a different RMAP than others (that use SVN) in order for
Buckminster to resolve against your git repos.

Hope that helps.
- henrik
Previous Topic:Cannot execute Junit Plug-in tests anymore
Next Topic:Download all components during resolution phase?
Goto Forum:
  


Current Time: Tue Apr 16 22:26:07 GMT 2024

Powered by FUDForum. Page generated in 0.17390 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top