Folder is not under version control and is not part of the commit

10,624

You need to do:

cd /Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2

then:

svn add Descripciones/
Share:
10,624
VansFannel
Author by

VansFannel

I'm software architect, entrepreneur and self-taught passionate with new technologies. At this moment I am studying a master's degree in advanced artificial intelligence and (in my free time ) I'm developing an immersive VR application with Unreal Engine. I have also interested in home automation applying what I'm learning with Udacity's nanodegree course in object and voice recognition.

Updated on June 07, 2022

Comments

  • VansFannel
    VansFannel almost 2 years

    I'm developing an iOS app with XCode 4.2 and latest SDK.

    I have added to my project a folder with several files. This folder is a real folder in Finder.

    When I try to commit those files I get the following message:

    svn: Commit failed (details follow):
    svn: '/Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2/Descripciones' is not under version control and is not part of the commit, yet its child '/Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2/Descripciones/021es.html' is part of the commit
    

    How can I fix this error?

    Probably I could add these files and folder manually but I don't know how (and I don't want to make a mistake).