


If you want to see the changes in real time without a variety of FTP operations, the above operation is undoubtedly not done. Doing so can actually achieve development requirements, but it wastes a lot of time. The usual practice is: the server on the code download to the local, and then through a variety of editors to modify the code, then through an FTP software upload local code to the server, and then refresh the browser to see the effect just modified, if there is no problem then submit to SVN, if there is a problem, repeat the above steps. The actual development is to modify their own set of code on the server, when the determination of the same time, only use SVN to submit code, so that the rest of the team can update the code. Once you have Sublime Text up-and-running, from its menu select View > Show Console.Why both SVN and SFTP are introduced. If you have not yet installed Package Control, go ahead and open up Sublime Text. I recommend designating one of your computers as your “initial computer.” Once you configure your Sublime Text settings on this initial machine to your liking, we will be syncing these files with Dropbox.

Instructions may vary depending on your operating system. NOTE: If not already installed, Download a fresh copy of Sublime Text 3 to get up and running. Dropbox sync allows for the cleanest, most “hands-off” approach. There are other ways to sync your installed packages and settings across different machines without utilizing Dropbox, for example by using Git, however I have found that using other methods leads to added steps of constantly syncing files, updating repositories, and the list goes on.

Once this file is synced with your other machines via the process outlined below, your other computers will automatically install the correct version of any missing/updated package the next time you start up Sublime Text. This folder contains the Package Control.sublime-settings file, which among other things, contains your list of installed packages. The best way for syncing Sublime Text along with your installed packages, regardless of whether you choose to sync with Dropbox or by another method, is to only sync the Packages/User/ directory. (Only the names of the files/folders may vary.) Pro Tip: You can follow the same method with any cloud storage system like: Google Drive or OneDrive. Are you a coder with the multiple computers to work on, here is the way you can make your workflow more easier by sharing all of your sublime packages and settings synced across multiple computer with Dropbox.
