Project

General

Profile

SCM subversion - change svn directory

Added by Nicolas Coiffier almost 11 years ago

Hi everyone!!

I didn't had any problems to follow the instructions on this page http://www.redmine.org/projects/redmine/wiki/RedmineRepositories to add a repository to my project.

But if I understand well, when I run this command on my server, it will checkout all the revisions:

./script/rails runner "Repository.fetch_changesets" -e production

So I would like to know where is the subversion directory used for the checkout of the revisions ? And how to change it (eventually) ? When looking at the redmine installation directory, I don't see any repository directory or something like that.

Thanks a lot !!