Blame | Last modification | View Log | RSS feed
@echo offREM Maintained in package SubversionServerSupportREMREM Update the VisualSVN-Replication.ini in all the repositoriesREMfor /D %%R in ( e:\Repositories\* ) do call :UpdateOne %%Rgoto end:UpdateOneif exist %1\conf\VisualSVN-Replication.ini goto UpdateOne.1echo *Skipping %1goto end:UpdateOne.1echo Updating %1copy e:\Repositories\VisualSVN-Replication.ini %1\conf >nul:end