Android "gen" folder and SVN - bitter enemies.
Posted
by Benju
on Stack Overflow
See other posts from Stack Overflow
or by Benju
Published on 2010-04-10T22:53:41Z
Indexed on
2010/04/10
23:13 UTC
Read the original article
Hit count: 401
It seems that I accidentally checked in my "gen" folder from an Android project (this folder contains the R.java generated class). When I realized I did this I deleted it from SVN and tried to ignore it.
Now I am now getting the error...
"Could not add gen to the ignore list! Working copy 'C:\code\guru' locked.
When I try to run a cleanup command I get this...
Cleanup failed to process the following paths: -C:\code\guru 'C:\code\guru\gen' is not a working copy directory.
When I try to run a resolve I get this...
Working copy 'C:\code\guru' locked Please execute the 'Cleanup' command.
We are currently on SVN 1.6 on the server.
© Stack Overflow or respective owner