Subversion question

time to read 1 min | 73 words

The reason that I choose BerliOS is that they provided me with subversion access. But, what I didn't counted on was that I would usually develop against my main repository at home.

Now I've a situation where I've two repositories, of the same data, that I want to keep in sync. One way to do this would be to just dump & load the data, but that seems... crude.

Anyone can recommend another way?