Tag Archives: Subversion

Subversion Malformed URL of Repository Fix

After upgrading to Subversion 1.5 I’ve recently had problems merging between our trunk and another branch.
Firstly, I found I couldn’t do so from the root of the trunk/branch.
So the following would fail:
http://rob.repo.com/trunk -> http://rob.repo.com/branch
I would receive - “Error - Malformed URL of repository”. This was using subversion (via command line) and TortoiseSVN.
However, for some insane [...]

Defining a development tree

Having a cleanly designed dev tree can be more important than many developers might at first think. Having looked at not only how I do things, but how Huddle structures their dev tree I decided to do some research into designing the perfect dev tree.
Here were my findings:

Namespaces should follow folder structure. Much like how [...]