Sorry I meant relocate not switch. It will give you a warning that it would
destroy your Working Copy but it did not for me.
Maarten Bosma wrote:
WaxDragon schrieb:
Say you have a checkout in ~/src/reactos that was
originally checked
out from
svn://svn.reactos.com/trunk/reactos. from the root of the
checkout (~src/reactos) issue:
svn switch --relocate
svn://svn.reactos.com/trunk/reactos
svn://svn.reactos.org/trunk/reactos
That's it, at least if you use the cli svn client. Maybe someone will
post directions for TortiseSVN.
Just right click in root dir, chosse "TortiseSVN > Switch..." and
then
enter
svn://svn.reactos.org/trunk/reactos into the dialog.
Maarten Bosma