svn-switch

How to list switched svn directories recursively in a working copy?

我只是一个虾纸丫 提交于 2019-12-23 03:12:12
问题 I have checked out a working copy from a repository and switched some directories to a different URL but on the same repo (same host and svn server). How could I list these switched directories? We use many switching for internal purposes and it would help to easily list all these in a working copy, until this quick-and-dirty usage of switch is eliminated. 回答1: (1) The answer provided by @ks1322 is concise and it works fine except for one minor tweak: one should use "^URL" instead of just

SVN Switch with relocate in Eclipse

半腔热情 提交于 2019-12-03 07:46:29
问题 My question can be claimed to be an extension/similar to the question posted here. basically, I need to do the same functionality using Eclipse plugin Subclipse. Subclipse has a functionality to "Switch branch/tag/revision", however, this is limited as it treats the new url as a repository and tries to compare them. I only wish to change the URL. any ideas! 回答1: From SVN Repository Exploring perspective right click on your project repository and choose Relocate.. from contextual menu: It will

svn switch error - is not the same repository

只谈情不闲聊 提交于 2019-12-03 00:19:06
问题 I have recently moved the SVN server and now i am tring to relocate the working copies from my computer to the new server. But i get the strangest error. i do : svn switch http://99.99.99.new/svn/company/project/trunk/web but i get svn: 'http://99.99.99.old/svn/company/project/trunk/web' is not the same repository as 'http://99.99.99.new/svn/company/project' the move was made with dump and import ... and the repo root is on http://99.99.99.new/svn/company/project Do you guys have any ideas of

SVN Switch with relocate in Eclipse

匆匆过客 提交于 2019-12-02 20:31:45
My question can be claimed to be an extension/similar to the question posted here . basically, I need to do the same functionality using Eclipse plugin Subclipse. Subclipse has a functionality to "Switch branch/tag/revision", however, this is limited as it treats the new url as a repository and tries to compare them. I only wish to change the URL. any ideas! Vlad From SVN Repository Exploring perspective right click on your project repository and choose Relocate.. from contextual menu: It will bring up a confirmation windows showing you active projects which will be affected by relocation. In