subforge documentation

subforge is a hosted SVN service for small teams. It gives you a web UI to browse repositories, manage access, and collaborate — backed by a real SVN server that any standard SVN client can talk to.

Key concepts

Everything in subforge lives under a workspace. Every user gets a personal workspace that matches their username; teams can create org workspaces for shared projects. Repositories live inside workspaces at /<workspace>/<repo>.

Browse the docs

Quick reference

SVN checkout URL format

svn checkout https://subforge.sh/svn/<workspace>/<repo>

The exact URL is always shown on each repository's Code tab via the Clone button.

Username rules

Usernames and workspace names must be 2–32 characters, start with a lowercase letter, and contain only lowercase letters, digits, and hyphens. Your subforge username is also your SVN authentication username.

Getting help

New users can sign up at subforge.sh/signup. For SVN client issues, see SVN Clients.

Not convinced yet? Follow along — we'll send occasional updates as subforge develops.