Hello, > If I create a "Private" repository on this server and store my projects > in that repository, can it interfere with the backed up repos?
This works without issues as long as the repository names are separate. > AFAIK you cannot write anything in a synced repository except via > svnsync or the backup system will break.... The granularity for this is the repository, not the server. In other words, you can run your own repositories separate from that that are svnsynced from another location. The only extra consideration that would need to be made is when using write-through proxying (SVNMasterURI). Merely noting for completeness that you would need an extra Location block in your httpd configuration. But your back-up configuration does not include that. http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy Andreas