tis-visualsvn-server

5.4.2.0-1
VisualSVN Server vous permet d'installer et de gérer facilement un serveur Subversion entièrement fonctionnel sur la plate-forme Windows. Grâce à sa robustesse, sa facilité d'utilisation imbattable et ses fonctionnalités professionnelles uniques,
639 téléchargements
Télécharger
Voir le résultat de la construction Voir l'analyse de VirusTotal
tis-visualsvn-server icon
  • package : tis-visualsvn-server
  • name : VisualSVN Server
  • version : 5.4.2.0-1
  • categories : System and network
  • maintainer : WAPT Team,Tranquil IT,Amel FRADJ,
  • editor :
  • licence : proprietary_free,wapt_private
  • locale :
  • target_os : windows
  • impacted_process :
  • architecture : x86
  • signature_date : 2024-11-07 14:00
  • size : 11.84 Mo
package           : tis-visualsvn-server
version           : 5.4.2.0-1
architecture      : x86
section           : base
priority          : optional
name              : VisualSVN Server
categories        : System and network
maintainer        : WAPT Team,Tranquil IT,Amel FRADJ,
description       : VisualSVN Server lets you easily install and manage a fully functional Subversion server on the Windows platform. Thanks to its robustness, unbeatable ease of use and unique professional features,
depends           : 
conflicts         : 
maturity          : PROD
locale            : 
target_os         : windows
min_wapt_version  : 2.3
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : VisualSVN Server vous permet d'installer et de gérer facilement un serveur Subversion entièrement fonctionnel sur la plate-forme Windows. Grâce à sa robustesse, sa facilité d'utilisation imbattable et ses fonctionnalités professionnelles uniques,
description_pl    : VisualSVN Server umożliwia łatwą instalację i zarządzanie w pełni funkcjonalnym serwerem Subversion na platformie Windows. Dzięki swojej solidności, niezrównanej łatwości obsługi i unikalnym profesjonalnym funkcjom,
description_de    : Mit VisualSVN Server können Sie auf einfache Weise einen voll funktionsfähigen Subversion-Server auf der Windows-Plattform installieren und verwalten. Dank seiner Robustheit, seiner unschlagbaren Benutzerfreundlichkeit und seiner einzigartigen professionellen Funktionen,
description_es    : VisualSVN Server le permite instalar y gestionar fácilmente un servidor Subversion totalmente funcional en la plataforma Windows. Gracias a su robustez, inmejorable facilidad de uso y características profesionales únicas,
description_pt    : O VisualSVN Server permite-lhe instalar e gerir facilmente um servidor Subversion totalmente funcional na plataforma Windows. Graças à sua robustez, facilidade de utilização imbatível e caraterísticas profissionais únicas,
description_it    : VisualSVN Server consente di installare e gestire facilmente un server Subversion completamente funzionale sulla piattaforma Windows. Grazie alla sua robustezza, all'imbattibile facilità d'uso e alle sue caratteristiche professionali uniche,
description_nl    : Met VisualSVN Server kun je eenvoudig een volledig functionele Subversion-server op het Windows-platform installeren en beheren. Dankzij de robuustheid, het onverslaanbare gebruiksgemak en de unieke professionele functies,
description_ru    : VisualSVN Server позволяет легко установить и управлять полнофункциональным сервером Subversion на платформе Windows. Благодаря своей надежности, непревзойденной простоте использования и уникальным профессиональным функциям,
audit_schedule    : 
editor            : 
keywords          : 
licence           : proprietary_free,wapt_private
homepage          : 
package_uuid      : d45b8b6b-836d-4350-9fbe-afa751c2c668
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 10.0
max_os_version    : 
icon_sha256sum    : 2204309849ed9f233175ab79a4fd63c4e993bad57ede8c07dc197a42c15d7cf1
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2024-11-07T14:00:09.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : qg9QOBCDj72slhFm/65jZcX6mnZvu1KS1NQzJR/9WFu9eHGYRQeWBH6aIy2bsk6ObUqc/FMLgBi79wG4HBCLGNdoOTlsyh3pVqfJfwzLomqnVS64XXNyg7H0rmzB2J1pj8u/I6+jtJBGTLyTOKjMJWGriPou+Uuo0CbhNHrwIAl4ztHBv97pfdiwkkNGSrb0AAVW4PLaOUhw4aff63YmK8h3Ftwjyt0bFyWlyAM9VrAHIrZI7oIbou9yKGvW1bnO5w6kY/YbzAEq7xLH9xZ/DQGBsbpLU93qa5L52J/H/TjnuxzUC1+qhcNaAoUJzk1YGvsjnbGAAxiaGz/kf21w5A==
# -*- coding: utf-8 -*-
from setuphelpers import *

r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()

"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls


def install():
    # Declaring local variables
    bin_name = glob.glob("VisualSVN-Server-*.msi")[0]
    # Installing the software

    install_msi_if_needed(bin_name)

# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob




def update_package():
    # Declaring local variables
    package_updated = False
    
    proxies = get_proxies_from_wapt_console()
    if not proxies:
        proxies = get_proxies()


    dict_arch = {
        "x64" : "-x64.msi",
        "x86"  : "-win32.msi"
    }
    url_base = "https://www.visualsvn.com/downloads/"
    response = requests.get(url_base,allow_redirects=True, proxies=proxies)
    # Extract the correct div using bs_find_all
    divs = bs_find_all(response.text, "p", proxies=proxies)
    msi_file = None
    for div in divs:
        if msi_file:
            break
        links = div.find_all('a', href=True)
        for link in links:
            if link['href'].endswith('.msi') and dict_arch[control.architecture] in link['href']:
                href = link['href']
                msi_file = href
                download_url = "https://www.visualsvn.com" +msi_file
                latest_bin = msi_file.split('/')[-1]
                version = latest_bin.split('-')[-2]
                break


    # Downloading latest binaries
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
        package_updated = True
    else:
        print("Binary is present: %s" % latest_bin)


    # Deleting outdated binaries
    for f in glob.glob('*.msi'):
        if f != latest_bin:
            remove_file(f)

            
    version = get_version_from_binary(latest_bin)
    # Mettre à jour le package
    control.set_software_version(version)
    control.save_control_to_wapt()    
        

4aba08d3e24f5c4a72d115b8e9c278ba9be0ce6b90ca0fe75db224bbc4651b79 : VisualSVN-Server-5.4.2-win32.msi
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
d5f15b6e5b0dbd536371ca92131667d9957f69a40620e896b4a6ce524cc97bf3 : WAPT/control
2204309849ed9f233175ab79a4fd63c4e993bad57ede8c07dc197a42c15d7cf1 : WAPT/icon.png
184afa743fec009cab86017da1168fcf44e99f12685d8e2af4f04e31a638b542 : luti.json
de347060b4d0c378520cf42cdbc533f3206d1da659c72aaea483216472b2f306 : setup.py
59f1f1312b64656915f423787dd4844d6b647511d3f7f8ff8bf4774da09ae7d0 : update_package.py