Hi guys!
Here a silly question for you.

I have my GIT working directory, containing my eu.udig.tools plug-in, let's
say in c:\code\
This plugin is available in my workspace that is, let's say, in c:\ws\

I supposed that if I closed Eclipse, and then issued
"git branch tests" followed by "git checkout tests"
and the I restarted Eclipse, I would be working on the "test" branch so
that if I did some edits,
then closed Eclipse and issued a
"git branch master"
and then restarted Eclipse, I would have NOT found the edits performed in
the "test" branch.

Well.. ...it seems that this is not true.. ..and my "master" gets poisoned
with my test code.

The question is:  should my workflow succeed BUT Eclipse retains a kind of
cache of it previous run which is "cast" over the "master" branch
..or am I missing some very basic golden rule?

How can I use the wonders of  GIT (branching, testing, deleting) with
Eclipse?

Marco
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to