I was wondering if there is a way to setup local svn proxy so my commits could
be committed locally before pushing them to remote server. I am on Mac Book Pro
and I am running multiple virtual box with different os to develop/build and
test. Right now I have to commit changes from one platform which could be
breaking something on other.
Preferred way to handle this would be to have svn proxy of some kind to to keep
changes between local uses before pushing them to remote server where other can
get it in building state (at least :)