ycomp
ycomp

Reputation: 8573

SVN commit error with Eclipse Indigo, Android with ADT-Plugin

I have errors when trying to commit saying transaction is out of date...

but I think it has something to do with the automatic generation of resource files for Android.

Does anyone else have this problem or have suspicions about what is going on?

Upvotes: 0

Views: 428

Answers (2)

Ghost
Ghost

Reputation: 3966

I think you should see these links:

Cannot commit to SVN

Android: Using SVN with your app’s project (and eclipse)

Eclipse + Android + SVN = fail

Hope this helps.

Upvotes: 2

m0skit0
m0skit0

Reputation: 25873

I've had the same problem, usually with deleted packages which have deleted files inside. I don't know why this happens, but for me it works like:

  1. First commit the file deletions.
  2. Override and update the packages
  3. Delete the packages
  4. Commit package deletion

PS: I personally do not version the auto-generated resources by Android SDK (since they're auto-generated...). I suggest you ignore Android's auto-generated classes, folders and packages.

Upvotes: 2

Related Questions