At work we have a SVN server. We access it through TortoiseSVN, VisualSVN Server and Eclipse (with Subclipse plug-in for SVN integration). The office SVN server runs only during the day and is turned off during the night. We have a fair pain with operations in keeping the server running for full 24 hours.
The main team works only during the day, but an small team works in the night. They dont have access to the SVN server because the server is shut down.
I could use svnsync
to set up a read only repository on a hosted server. We do have a VPS. But we need a commitable read/write server. the night-time server and day-time server can sync with each other.
The whole SVN server could be shifted to the VPS, but it is slow and we do do like our GBps Lan.
Any Ideas..??