After deleting a directory in my IDE (Eclipse), SourceTree registered the deletion as supposed. I then pushed the commit to delete the directory-tree to the repository on BitBucket, but the directory-tree did NOT get deleted. Its still there.
A quick google search didn't give any working results on "delete directory from bitbucket repository". I tried to delete the files trough the command-line (using 'git') as described in most of the google results, but again it didnt work, the directory is still there.
I tried the Atlassian-search, but that too didn't give any working results, so I am now going to ask here:
How can I delete a directory from my BitBucket-repository, after the deletion commit was already pushed, but nothing was deleted?
I fixed the problem myself now.
The actual problem was that the folder was listed in the gitignore, and BitBucket probably 'ignored' the deletion because of that.
What I did was:
Thanks for coming back to post the solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This solution is much simpler:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.