문제

I am facing some issues while importing files to my project. When I import these files which are already linked to another repository it contains the references of old repository and I am unable to Commit/Add these files to new repository. I tried other solution like searching for .svn files in the folder and deleting them and also through command line tool but i am not able to remove the references of old repository.

Please suggest some solution for this.

Thanks

도움이 되었습니까?

해결책

I think you can check out this answer in superuser, from my personal experience this is the only way of doing it. Here is the link to the answer: https://superuser.com/questions/388020/how-to-use-terminal-to-delete-all-svn-folders-recursively

다른 팁

The only way that I know is to delete all .svn files from ALL sub-directories. Maybe you can create/find a script for doing this job.
In any case, if there is a better way to import the project linked to another repository, I would be happy know as well.

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