Building, Patching, Installing, Activating, Swapping TCS Software

TCS and its components for the mountain and downtown

Swapping between already deployed TCS SW Builds

Git

Creating a new repository: %CODE{"bash"}% git init . git add <f1..> git commit . git remote add origin git@github.com:LBTO/ git push -u origin master %ENDCODE%

SVN

How to create an SVN repository with the standard setup (trunk/tags/branches):
  1. log in as web on svn.lbto.org
  2. edit the svnaccess file in /web/svn appropriately for the system.
  3. svnadmin create /web/svn/repos/blah
  4. chmod -R g+w /web/svn/repos/blah
  5. svn mkdir -m 'Initial repository layout' https://svn.lbto.org/repos/blah/tags https://svn.lbto.org/repos/blah/branches https://svn.lbto.org/repos/blah/trunk

Building process

Topic revision: r34 - 21 Aug 2019, PetrKubanek
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback