Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android is there a easy way to back up your android project?

Tags:

android

I keep messing up my android project. I started save ing whole work space. Is there a way to simply backup your peoject? For example iphon has a thing called snap shoot. Is there something like this in eclips?

like image 869
Ted pottel Avatar asked Mar 11 '11 15:03

Ted pottel


1 Answers

Ted,

Have you considered a source code revision control system??

There are a lot of options for this. I personally use subversion and a free hosting site unfuddle.

Other user suggested options...

Revision control programs:

  • subversion
  • Mercurial
  • Git
  • CVS (older)
  • tortoiseSVN
  • subclipse

Hosting Options:

  • bitbucket
  • google code (must be open source)
like image 103
Will Tate Avatar answered Sep 17 '22 23:09

Will Tate