I have VisualSVN Server on my Vista laptop. The repository resides on the second hard drive. I am doing a clean install of Windows 7 in the next few days.
How do I configure or install VisualSVN Server again and keep the users, repositories, and settings intact from the previous installation?
You can simply copy the folder containing the repositories (e.g. c:\repositories
) to the new machine. That folder contains all the users (in the file htpasswd
) and the access rights (authz
).
Note: this is true if you're using subversion authentication. I'm not sure if it's the same when using windows authentication, but I guess it is, since there's also a file named (authz-windows
).
Detailed instructions:
c:\repositories
)VisualSVN Server Manager
VisualSVN Server (local)
entry in the console and click Properties
c:\repositories
)