Reputation: 8573
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
Reputation: 3966
I think you should see these links:
Android: Using SVN with your app’s project (and eclipse)
Eclipse + Android + SVN = fail
Hope this helps.
Upvotes: 2
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:
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