Manuals

Apêndice C. Dicas Úteis para Administradores

Índice

Instalar o TortoiseSVN via politicas de grupo
Redireccionar a verificação de actualização
Configurar a variável de ambiente SVN_ASP_DOT_NET_HACK
Desactivar entradas do menu de contexto

Este anexo contém soluções para problemas/questões que tu possas ter quando és responsável por instalar o TortoiseSVN em múltiplos computadores clientes.

Instalar o TortoiseSVN via politicas de grupo

O instalador do TortoiseSVN é um ficheiro MSI, o que significa que não deverás ter problemas a adicionar esse ficheiro MSI às políticas de grupo do teu controlador de domínio.

Uma boa abordagem de como fazer isso poderá ser encontrada no artigo 314934 da base de conhecimento da 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