다음페이지로 이동했다가….뒤로가기시 현재페이지 대신에 다른 페이지로 돌아가도록 history세션정보를 수정하려면…… 아래와 같은 형태로 처리..
history.replaceState(data, title[, url]);
history.replaceState({}, ‘google’, ‘http://www.google.com’);
다음페이지로 이동했다가….뒤로가기시 현재페이지 대신에 다른 페이지로 돌아가도록 history세션정보를 수정하려면…… 아래와 같은 형태로 처리..
history.replaceState(data, title[, url]);
history.replaceState({}, ‘google’, ‘http://www.google.com’);
구시대의 유물 svn설치 관련..
yum install subversion
yum install subversion-tool
yum install mod_dav_svn
https://www.howtoforge.com/how-to-install-svn-with-apache-dav_svn-on-centos-7