简体   繁体   中英

Relocate working copy to new SVN repository not working in Netbeans

My locally installed SVN repository was relocated & is no longer available at the previous location. Infact the previous path is even no longer valid.

I tried to move the working directory in Netbeans this way:

Project Name-> Subversion-> Working Copy-> Relocate...

But I believe due to previous path no longer valid it does not allow to me relocate the repository for this working copy. (When I try to submit the relocate repository dialog in netbeans, the submit button just does not work)

How do I relocate the repository for my working copy ? Other ways ?

尝试在 Netbeans IDE 8.2 中调用 Relocate 命令时出现错误:“svn: E155019: 无法重新定位 '..../trunk',因为它不是工作副本的根目录”我使用 TortoiseSvn 客户端运行 Relocate 命令,它完成了工作。

Lets try to complete this task using command-line client, run the command svn relocate <URL> . Does it work? If it does not, then what does it say in the output?

If it works, then it's interesting what actions you perform in Netbeans. What errors do you get?

删除工程文件夹中的.svn文件夹,关闭工程,重启IDE,重新打开工程,导入到新的repo。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM