Viser opslag med etiketten programming. Vis alle opslag
Viser opslag med etiketten programming. Vis alle opslag

tirsdag den 29. december 2009

Bazaar - Shared Repository

My first successful tests with a central shared repository accessed by 2 different clients.


$ pwd
/private/tmp/bzrtest4
$ bzr init-repo ./repo
Shared repository with trees (format: 2a)
Location:
shared repository: repo
$ bzr init ./repo/MyProject
Created a repository tree (format: 2a)
Using shared repository: /private/tmp/bzrtest4/repo/
$ bzr get ./repo/MyProject MyProject.dev
Branched 0 revision(s).
$ cd MyProject.dev
$ touch foo bar
$ bzr add foo bar
adding foo
adding bar
$ bzr commit -m Initial
Committing to: /private/tmp/bzrtest4/MyProject.dev/
added bar
added foo
Committed revision 1.
$ echo "test" >> foo
$ bzr commit -m Second
Committing to: /private/tmp/bzrtest4/MyProject.dev/
modified foo
Committed revision 2.
$ bzr push file:///private/tmp/bzrtest4/repo/MyProject
All changes applied successfully.
Pushed up to revision 2.
$ cd ..
$ pwd
/private/tmp/bzrtest4
$ bzr get ./repo/MyProject MyProject.dev2
Branched 2 revision(s).
$ cd MyProject.dev2
$ pwd
/private/tmp/bzrtest4/MyProject.dev2
$ touch lena mandril
$ echo "hula bula" >> foo
$ bzr add *
adding lena
adding mandril
$ bzr commit -m "More stuff"
Committing to: /private/tmp/bzrtest4/MyProject.dev2/
modified foo
added lena
added mandril
Committed revision 3.
$ bzr push file:///private/tmp/bzrtest4/repo/MyProject
All changes applied successfully.
Pushed up to revision 3.
$ cd ..
$ cd MyProject.dev
$ pwd
/private/tmp/bzrtest4/MyProject.dev
$ bzr pull
Using saved parent location: /private/tmp/bzrtest4/repo/MyProject/
+N lena
+N mandril
M foo
All changes applied successfully.
Now on revision 3.
$

tirsdag den 21. april 2009

Back from Breakpoint 2009

It was an amazing trip to Breakpoint 2009 in germany. The last time I went to a such event was way back in 2000, it was huge and called "the party", it was before laptops was common, so you had to bring your CRT and heavy PC with you. These days everybody seems to have laptops. I traveled with the Danish bus with 40 people, mostly programmers, so there was a lot of things to talk about. All people I ran into at breakpoint was friendly and happy.

Anyways. I'm back in denmark now and doing some programming.

mandag den 2. februar 2009

The Story So Far

It's a looong story and goes back 29 years where I was born. I don't remember the first years at all. I was soon joined by a younger sister and a brother that are much different than me. I quickly became obsessed with Lego bricks and this has significantly impacted my future paths in life. It really took off when I reached the age of 12 where I purchased my first computer for my own hard earned money. I began programming and the rest is history.

These days I'm experimenting with running my own company and is working on my biggest project ever, GraphicDesignerToolbox. It's a really exciting period of my life.