Month: June 2015

Useful SVN Commands

svnadmin create REPOS_PATH – Create a new repositiry in the REPOS_PATH svnadmin create –fs-type fsfs /var/svn/repos – Create a new repositiry in the REPOS_PATH using...

word-wrap not working in ie

If you are trying to apply the css property word-wrap: break-word  to an anchor tag it will not get effect in internet explorer. To overcome this apply...