tags:

views:

1073

answers:

1

Error: 155004 (Attempted to lock an already-locked dir) Description: Working copy '/Users/Carrie/MyProjects/Sandbox/Flip/Classes' locked

+4  A: 
cd <root of svn>
svn cleanup

More info here

nall
also need to cleanup the "Class" dir in it.
al_lea