Dumitru Hristov
Dumitru Hristov

Reputation: 1509

IntelliJ IDEA cannot commit library sources to svn

I've been using Eclipse for many years and now I'm trying IntelliJ IDEA for Android development.

I'm using IntelliJ IDEA 12 Community Edition.

I do VCS-->Enable Control Integration, choose Subversion from the drop-down list.

After this step I am able to commit my main module all right. But, I cannot commit the contents of the Library module. The only option I've got is to commit the gen folder (see screenshot). And I want to be able to commit the src, libs and res folders. But they are not an option.

enter image description here

I've checked the Ignored Files in Project Settings, read the docs, googled, created many new svn projects, I deleted my Project and recreated it many times, and I'm still not able to commit the sources of the Library module.

Any help or hint would be much appreciated.

Upvotes: 1

Views: 708

Answers (1)

Dumitru Hristov
Dumitru Hristov

Reputation: 1509

After disconnecting the Project from svn I checked the Project folders for hidden files, and found a remaining .svn folder in the Library's directory. After deleting the .svn folder I am able now to commit the Library's sources.

Upvotes: 1

Related Questions