| View previous topic :: View next topic |
| Author |
Message |
Hakusa@gmail.com Guest
|
Posted: Sun May 13, 2007 10:11 pm Post subject: Backing up files with an IDE? |
|
|
I love Eclipse, but I also love keeping my old methods of coding
locked up in a document of .bacs. Any way to do this with Eclipse? |
|
| Back to top |
|
 |
Andrew Thompson Guest
|
|
| Back to top |
|
 |
Lew Guest
|
Posted: Sun May 13, 2007 11:39 pm Post subject: Re: Backing up files with an IDE? |
|
|
Andrew Thompson wrote:
| Quote: | Hakusa (AT) gmail (DOT) com wrote:
I love Eclipse, but I also love keeping my old methods of coding
locked up in a document of .bacs. Any way to do this with Eclipse?
Eclipse can interface with CVS.
|
Or Subversion (though I'm still using CVS myself). So does NetBeans (both).
So does everyone of note.
You should not do source backups by yourself. Always use version control.
(Correctly.)
--
Lew |
|
| Back to top |
|
 |
Hakusa@gmail.com Guest
|
Posted: Mon May 14, 2007 7:11 am Post subject: Re: Backing up files with an IDE? |
|
|
I finally realized what is meant when people say "version control."
Thanks lots. |
|
| Back to top |
|
 |
|