1 Star 1 Fork 0

thinkbase / PortableTrac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
repo-sync.cmd 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
trac-zh 提交于 2015-04-09 01:15 . repo-sync, init version
@echo off
SETLOCAL
cd /d %~dp0%
call bin\init-env.bat
pushd "%SITE_BASE%\tracenv"
for /d %%i in (*) do (
if [%%i] neq [.egg-cache] call "%PORTABLE_HOME%\trac-admin" %%i repository sync *
)
popd
ENDLOCAL
Python
1
https://gitee.com/thinkbase/PortableTrac.git
git@gitee.com:thinkbase/PortableTrac.git
thinkbase
PortableTrac
PortableTrac
master

搜索帮助