version control - Does SVN keep changes locally on your hard disk -


say, if don't have internet connection, , want see previous version, possible svn. in other words, save differences locally on machine.

subversion keeps pristine copy of "base" (i.e. latest version checked out or updated to) in .svn folder @ root of working copy.

this means can find out files have been modified in local working copy svn status , see modifications svn diff without connection server. can svn revert things base revision.

however, cannot examine changes made particular commit unless have connection repository.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -