SAE has its own code management page, but after all it is a page, plain text editor! Management is very inconvenient, after my SAE real-name certification, when familiar with the Application Management page, found that the bottom has such
The original can use SVN ah, before the internship in the company used SVN (a bitter tear ...) , don't say more, build it now!
First to eclipse or MyEclipse install SVN plug-ins, such a lot of tutorials online, recommended that everyone directly "install", not as slow as the internet said!
After installing the plug-in, in the "SVN repository research", the left border, right-click "New" a repository, set the repository location, fill in the address of your application
Pay attention to the URL do not write wrong Oh!
Click Done, the verification box will pop up
This to enter your SAE verification of the mailbox and security code, this also should pay attention to Oh!
"OK", you will find the left link library, open the link library will see the code file
Right-click the Yellow database icon and select Check out as, you can reset the project name yourself. Then go back to the Java view and you'll find a few more items to open and you'll find yourself in the SAE code.
So you can develop the system in eclipse, then submit the SVN on the line, very convenient Oh!
If you do not use SVN, it is recommended to search the online tutorial, and must be used correctly, otherwise it will be very troublesome! (Lessons of blood and tears).
Use Eclipse to build SVN management SAE application code