Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top