• Resolved Steve

    (@steveatty)


    I’ve got a major recode of my plugin to do – this has involved a lot of files being moved and delete and so on.

    I thought I’d done all of this through SVN properly but when I do an SVN commit I get :

    svn: Commit failed (details follow):
    svn: Directory '/home/steve/wordpress-plugins/wordbooker/trunk/facebook-platform' is missing
    svn: Directory '/home/steve/wordpress-plugins/wordbooker/trunk/facebook-platform' is missing

    which is true – because its one of the directories I deleted though the svn delete command.

    So how do I go forward from here?

    I know that what I have on my local PC is what is correct

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Steve

    (@steveatty)

    I’m going round in circles – I managed to fix that but somewhere along the line I’ve lost the tags directory and I have no clue how to create it again.

    The tags directory is just a regular directory, you can create it with mkdir. But then you’d also want to add it back to your repository with svn add:

    svn add tags

    Thread Starter Steve

    (@steveatty)

    Thanks for that. I think I’ve got everything sorted now. I’m still not sure what happened in the first place

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SVN issues’ is closed to new replies.