rblog

Santa drama in the kindergarten

Last Tuesday they had anual christmas event in the kindergarten, and as always, at the end everyone gathered outside of the storehouse (stabbur) and the kids started shouting for santa to come out. And all the kids, and the parents as well, could hear santa inside the storehouse, but no door did open. It turned out that the lock was in a deadlock state. So for many minutes – no santa

After about ten minutes santa finally managed to open the door, hooray!!

Svn:externals to the rescue

For years I have had this folder structure in SVN related to Splunk

|
|_apps
| |_my-config
|
|_deployment-apps
| |_my-config

Whenever doing changes in my-config under apps I have had to manually copy the changes to deployment\my-config. But today I realized that I have had it, so Google to the rescue. The solution was to use

svn:externals

. So what I did was

  1. SVN deleted the folder deployment-apps\my-config
  2. Updated the folder deployment-apps, added the property svn:externals my-config https://mysvnserver/svn/myrepo/trunk/apps/my-config

Simple as that, and then when you do svn status you will see that deployment-apps\my-config has an X which indicates that is is external

svn status
X deployment-apps\my-config

Performing status on external item at 'deployment-apps\my-config':

My code is on git-hub

Years ago I created a Java program that exports the post from my blog and creates a PDF of the content. I used to have it on Google Code, but is has been taken down a long time ago. Finally I found time to store it elsewhere, now on Github https://github.com/rhellem/b2evolution-to-pdf

Not surprisingly since I am just about to finish the two day intensive GIT traning https://www.praqma.com/training/git-mastering/

Race report Hodelyktløpet 2017

Thursday evening I attended the race Hodelyktløpet, “the headlamp race”. 12k trailrunning in Østmarka, Oslo. Read my race report published here https://www.hiul.no/lopsrapport-fra-hodelyktlopet-2017/

Took a picture just minutes before start

And then at home, did not manage to avoid the mudpools – it was dark…

Hjem