Added script for svn repo mirroring.
Updated deliv config files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setlocal
|
||||
%~dp0config.bat
|
||||
set REPO_NAME=%1
|
||||
set REPO_LOCAL=file:///%REPO_ROOT%/svn/%REPO_NAME%
|
||||
|
||||
svn pdel --revprop -r 0 svn:svn-lock "%REPO_LOCAL%"
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user