Project

General

Profile

Redmine Crash with allocate memory error On Large SVN Rep... » FetchChangesets.bat

li an, 2014-09-18 07:26

 
1

    
2
echo Absolute path to your redmine installation here
3
set REDMINE_ROOT=D:\BitNami\redmine-2.3.2-0\apps\redmine\htdocs
4

    
5
echo Name of your production environment (most cases "production")
6
set RAILS_ENV=production
7

    
8
echo These lines do the actual work
9
cd /d %REDMINE_ROOT%
10

    
11
bundle exec rake -f D:\BitNami\redmine-2.3.2-0\apps\redmine\htdocs\Rakefile RAILS_ENV=%RAILS_ENV% redmine:fetch_changesets
(1-1/3)