Tag: SVN

  • Basics about using Subversion

    I just learned the basics of using Subversion (SVN) and would like to share the same with anyone in need. Subversion terminology All the files are stored centrally on a repository on the server running SVN. From that repository anyone can check out a copy of the source code files onto their local computer but…

  • How to change an existing bbPress install into a SVN one

    I have earlier written about how you can install bbPress via SVN and now I am going to write on how you can change your existing installation to a SVN one so that you get the ease of upgrading to newer versions.

  • How to install bbPress via SVN

    SVN is a version control system which can facilitate installation and upgradation of scripts like bbPress, WordPress etc & make them really easy. Apart from the ease in maintenance, it also helps in saving a lot of time as compared to traditional methods of uploading files via unsecured FTP session. Installing and updating just requires…

  • How to install wordpress via SVN

    SVN is a version control system which can facilitate installation and upgradation of scripts like WordPress & make them really easy. Apart from the ease in maintenance, it also helps in saving a lot of time as compared to traditional methods of uploading files via unsecured FTP session. You can install WordPress with a single…