Possible to configure local history location??
I'm not a developer like most people on this site :)
I do websites -- html, css, etc.
About to start working on a super-complicated site, billions of files involved.
I plan to keep the working files in Box and ftp them to the web server.
How/where can I configure local history's' location so I can easily find it??
IDEALLY I want them in a sub-folder within the project folder, or in a sibling folder if necessary.
Thank you, Tom
Message was edited by: Tom Lyczko -- changed 'backup' to 'history' to become more accurate question
Please sign in to leave a comment.
Hi there,
"Billions of files" ... good luck with your site :) (may take a while to complete it)
On a serious note: use VCS (Version Control System) to keep track of all changes to your files: git, mercurial, svn, cvs, bazaar -- choose whatever suits you best, PhpStorm/WebStorm has integration with all popular VCSs
In any case: how to backup / where to store backups of your files has nothing to do with PhpStorm/WebStorm.
Sorry for misleading you -- I meant changing local HISTORY localtion and typed 'backups' by mistake.
I read in the docs that php/web-storm has the ability to save files in local history as a "simple" VCS system...
http://www.jetbrains.com/webstorm/webhelp/using-local-history.html is what I want to know if I can configure its location.
I've edited the thread title to make my question clearer.
Thank you, Tom
Yes and No.
Because of the "No" nuances, it makes Local History not so reliable as you/me/everyone would like (not real replacement for proper VCS, even for such simple operations). Proper VCS would definitely be better.
Thank you for explaining...that info should go into the local history documentation page I cited, or someplace near it.
I'm now reading about github etc., not fully clear on how it integrates with local files which must be ftp'd to remote webserver for testing, normally I have dev and production servers but this particular site is a hosted ecomm site -- hmmmm -- just realized I could try one of those website-saver tools...maybe that would work for local dev etc.
Thank you, Tom
The VCS called git while github is a website/service that offers git on internet (simply speaking).
I know git is local, github is internet...if I use github it doesn't matter what computer I'm on.
I found http://www.jetbrains.com/webstorm/webhelp/registering-github-account-in-webstorm.html :)
Thank you, I will mark this answered and give points...
Thank you, Tom