Manuals

Bijlage C. Handige tips voor beheerders

Inhoudsopgave

Verspreid TotoiseSVN via groepsbeleid
De update controle omleiden
Zetten van de SVN_ASP_DOT_NET_HACK omgevingsvariable
Opties in het contextmenu uitschakelen

Deze bijlage bevat oplossingen voor problemen/vragen die je zou kunnen hebben wanneer je verantwoordelijk bent voor het verspreiden van TortoiseSVN over meerdere client computers.

Verspreid TotoiseSVN via groepsbeleid

De TortoiseSVN installatie wordt geleverd als een MSI-bestand, wat inhoudt dat je geen problemen zou moeten ondervinden bij het toevoegen van dat MSI-bestand aan het groepsbeleid van je domeincontroller.

Een goede handleiding over hoe dat te doen kan gevonden worden in kennisbank artikel 314934 van Microsoft: http://support.microsoft.com/?kbid=314934.

TortoiseSVN must be installed under Computer Configuration and not under User Configuration. This is because TortoiseSVN needs the CRT and MFC DLLs, which can only be deployed per computer and not per user. If you really must install TortoiseSVN on a per user basis, then you must first install the MFC and CRT package version 12 from Microsoft on each computer you want to install TortoiseSVN as per user.

You can customize the MSI file if you wish so that all your users end up with the same settings. TSVN settings are stored in the registry under HKEY_CURRENT_USER\Software\TortoiseSVN and general Subversion settings (which affect all Subversion clients) are stored in config files under %APPDATA%\Subversion. If you need help with MSI customization, try one of the MSI transform forums or search the web for MSI transform.

TortoiseSVN homepage