Git switching could be very vast
But between 1.4 and 1.5 there are really project changes (like wicket-core
and just wicket)

So if i switch between them in eclipse, i constantly get all kind of
compile warnings...
And if i reflect that again on our own servoy product (if we would also go
to git)
this is really not doable, i have also there 3 to 4 active branches
and there from branch to branch the number of projects are completely
different! because in eclipse plugins
you just create quite a lot of projects, so every new branch has a few more
projects
Then switching it is just quite annoying if you ask me, because you
constantly have to get eclipse into sync.

I will look at the multiply working folders option, that really looks be me
the best way.



On Wed, Jan 4, 2012 at 16:43, Emond Papegaaij <emond.papega...@topicus.nl>wrote:

> With git, switching between branches is very fast, but as you said, with
> Eclipse it's not. You can have a look at this:
> http://finik.net/2010/10/24/multiple-working-folders-with-single-git-
> repository/<http://finik.net/2010/10/24/multiple-working-folders-with-single-git-%0Arepository/>
>
> Another solution is to use git remotes to link the clones using (local)
> remotes. You can add a remote using 'git remote add <name> <path>', after
> which you can push/fetch changes between your workspaces directly.
>
> Personally, I use this last approach, but that's mainly because I do not
> yet
> feel comfortable enough to play with git internals :)
>
> Emond
>
> On Wednesday 04 January 2012 16:25:32 Johan Compagner wrote:
> > Currently i just have 3 workspaces for wicket (1.4,1,5 and trunk/master)
> >
> > But git works with a/one working directory...
> >
> > thats always one of those..
> >
> > So is the only solution to have the remote git repo dumped three times on
> > my disk?
> > I don't find that very logical..
> >
> > And no i don't want to constantly switch, i could do that with wicket if
> > really needed, but i find that annoying because i also look for our self
> > (and eclipse projects also now move)
> > and there i have really all kind of changes in 1 when i want to go to the
> > other...
> >
> > And clicking between eclipse instances is way faster (i always have 3 or
> > more eclipse instances open on various workspaces)
> >
> > johan
>

Reply via email to