简体   繁体   中英

SVN: Change location of externals files, now can't access in Eclipse

I recently had to change the IP Address on our SVN server. I switched the repository to the new IP Address without any problems and I edited the location of the my external folder using the following command:

svn propedit svn:externals .

But in Eclipse I can check out everything except the external folder.

I'm not sure what's going on, so any help appreciated.

Ok, I finally solved it. The problem was with eclipse, it still had a reference to the old IP Address.

So to change it, right click on the project folder in Eclipse, hover over Team, click on Show Properties, then you should see the reference to the external folder. Edit this reference with the correct value.

Then update the project, and it should pull in the external folder.

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