page_header

woensdag 15 december 2010

Tussenstand gewicht

Het laatste nieuwe over mijn gewicht

zondag 12 december 2010

Create the cheat solution in MonoDevelop

1. Create a new solution in MonoDevelop



2. Add project to the solution



3. Add project header and source files

4. Publish the solution on the SVN repository



5. Add the C++ projects



6. Add header and source files to the C++ projects

7. Commit the newly added projects

zaterdag 11 december 2010

MonoDevelop 2.4 install on Ubuntu 10.04

1. Followed instructions on Badgerports

2. Removed version MonoDevelop 2.2 from Ubuntu

3. Installed MonoDevelop (+ plugins) from the software center



4. Look version 2.4 in Ubuntu 10.04!



5. Registered a new Subversion repository in MonoDevelop

maandag 6 december 2010

Subversion checkout using RabbitCVS

Installed the latest verion of RabbitSVN. Followed instructions on UbuntuGeek.com

Added repository
sudo add-apt-repository ppa:rabbitvcs/ppa

Updated source list
sudo apt-get update

Installed RabbitVCS
sudo apt-get install rabbitvcs-core

Installed RabbitVCS plugins
sudo apt-get install rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli

Checked out code