Note automatically create a SVN repository from a web project directory including trunk, branches and tags #!/bin/bash # Vous pouvez éditer ces variables selon...
Option Explicit Dim oFS : Set oFS = CreateObject("Scripting.FileSystemObject") Function FolderEmpty(strFolderPathName) Dim oFiles, oFile, oFolder, oSubFolders, oSubFolder Dim blnFileFound : blnFileFound = False Set...