Timotheus,
My "git status" on Simon's machine reports two sln files as being outside git tracking.
And when I try compiling PetraClient on my own devel machine (running windows 7 instead of XP) I get a build failure for solution Ict.Petra.Client.MReporting.Gui.MPartner I think this might be linked?
$ git status
# On branch OMUK
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# csharp/ICT/Petra/Client/lib/MPartner/gui/Ict.Petra.Client.MPartner.Gui.sln
# csharp/ICT/Petra/Client/lib/MReporting/gui/MPartner/Ict.Petra.Client.MReporting.Gui.MPartner.sln
# setup/petra0300/loaddata.sh
# tmp/
nothing added to commit but untracked files present (use "git add" to track)
Should I add thoes two sln files to be tracked on Simon's machine, then push it to my local 'origin' on the network and then pull it to my own devel machine from local network drive git repo?
And while we are at this git status output. Should I do something about 'loaddata.sh' or is that generated and should be added to myt .gitignore?