문제

I had to make a change to a subversion repository database. I created a dump, filtered out a revision and created a new database.

This new repository of course shares a lot of content with the working copies clients of the old repo already checked out, however, it is missing a revision inbetween.

The revision that was removed did not add any data, it only changed some files.

Is it possible to simply replace the old server database with the new one without causing havoc on existing clients working copies? Or do I have to have all clients check out a fresh copy of the new repo instead?

More generally, how do subversion clients deal with a change in structure on the server side? I'm primarily interested in TortoiseSVN.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top