All tools/Apache Subversion

Apache Subversion

svn

Enterprise-class centralized version control for the masses.

Detected by svn, svnadmin, svnversion | macOS, Linux, Windows |subversion.apache.org

Sync rules

What travels, what stays, what never leaves
Apache Subversion in your home directory Every rule on this page, by file
· config Sync
http-proxy-port = 8080
http-proxy-username = octocat
http-proxy-password = FAKE-proxy-password
ssl-authority-files = /Users/octocat/certs/corp-ca.pem;/Users/octocat/certs/corp-ca2.pemmachine-local
ssl-client-cert-file = /Users/octocat/certs/octocat.p12
ssl-client-cert-password = FAKE-client-cert-passphrase

Each machine keeps its own copy of these.

http-proxy-passwordssl-client-cert-password

Lifted into your secret store; the rest of the file syncs.

· auth/ Never synced
· config Sync
http-proxy-port = 8080
http-proxy-username = octocat
http-proxy-password = FAKE-proxy-password
ssl-authority-files = C:/Users/octocat/certs/corp-ca.pem;C:/Users/octocat/certs/corp-ca2.pemmachine-local
ssl-client-cert-file = C:/Users/octocat/certs/octocat.p12
ssl-client-cert-password = FAKE-client-cert-passphrase

Each machine keeps its own copy of these.

http-proxy-passwordssl-client-cert-password

Lifted into your secret store; the rest of the file syncs.

· auth/ Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/svn. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits ssl-authority-files and ssl-authority-files for you — that part is Otty’s own sync, or a template you write by hand.