Berserker said:
Repositories, or directories within a single repository? The distinction is far from obvious given the way Subversion works.
Repositories. We've got several projects in the one, in different directories etc. and several *other* unrelated, completely seperate projects, in another completely seperate repo. I think I understand the difference between a repo and a project folder... I could have course be wrong...
Edit: OK, I've just checked what we've got, and we've *definitely* got multiple repositories (each has it's own config file, with users etc in, and each contain its own set of projects, with its own revision line. If it was actually one repo, then the files/projects would all share one single revision number that gest incremented when any of the projects get updated.) Also I've checked the SVNServe documentation and it refers to "repositories" in the plural and also give examples implying that multiple repo's are possible:
"Once the svnserve program is running, it makes every repository on your system available to the network. "
and later
"When a client connects to an svnserve process, the following things happen:
-The client selects a specific repository.
-The server processes the repository's conf/svnserve.conf file, and begins to enforce any authentication and authorization policies defined therein.
[etc]"
As I've mentioned, we visibly have multiple repositories with seperate config files, users etc. So... anyway, I'm pretty sure there's no real limitation on the Windows version of SVN serve then in this regard... I guess that's some good news for you...
