Change Repository URL
Added by Andreas Schnederle-Wagner over 15 years ago
Hello,
we created a new SVN repository for one of our projects - now we need to change the reposity url within the redmine project - but it seems not possible?
How can I tell redmine we got a new repository (forget old one - and read the new one)
thx
Andreas
Replies (3)
RE: Change Repository URL - Added by John Bitstak over 15 years ago
It's fairly simple: remove old one (like there's no repository) then add the nwe one. There is no "switch" available.
RE: Change Repository URL - Added by Rodolphe Peterson about 12 years ago
Sorry to revive a fairly old post, but will references(commits referencing tickets and the other way aroud) be kept if I were to do this manipulation - removing the old one and adding it again ?
RE: Change Repository URL - Added by claude g almost 12 years ago
Rodolphe Peterson wrote:
Sorry to revive a fairly old post, but will references(commits referencing tickets and the other way aroud) be kept if I were to do this manipulation - removing the old one and adding it again ?
It will. You can check the tables 'changes' and 'changessets'. Thoses tables contains commit informations and will be impacted.
Nevertheless, after a SVN server migration, I removed all repositories from all projets (table 'repositories' empty) and still around 97000 records in 'changes'. So maybe a bug occurred (no idea when) but I can't tell if I can delete those records.