How are people organizing their workspace(s)?
Do people use more than one?
I have a habit of making a copy of project directories. That way if I make a stupid mistake, I just roll back to my last good copy. This has worked very well under Visual Studio.
However, in Eclipse I am having problems using that mechanism.
I have been deleting the old project using Eclipse, make the old directory available and then importing it. That seems to always fail.
What is a good practice for rolling back code?
Thanks in advance!
Do people use more than one?
I have a habit of making a copy of project directories. That way if I make a stupid mistake, I just roll back to my last good copy. This has worked very well under Visual Studio.
However, in Eclipse I am having problems using that mechanism.
I have been deleting the old project using Eclipse, make the old directory available and then importing it. That seems to always fail.
What is a good practice for rolling back code?
Thanks in advance!