I get the error message below:
seth@luca:~/update/p2$ arc commit Committing 'D311: p2 - Touchups inspired by new lib work'... Usage Exception: This commit includes the directory '.', but it contains a modified path ('test/prof_burn.py') which is NOT included in the commit. Subversion can not handle this operation and will commit the path anyway. You need to sort out the working copy changes to 'test/prof_burn.py' before you may proceed with the commit.
It seems like arcanist thinks subversion will be upset because there are modificiations to . (svn properites) and an untracked file?
Here is what svn thinks the state of the world is (which I am pretty confident it will handle correctly):
seth@luca:~/update/p2$ svn st M . M app.cpp M jit.cpp ? test/prof_burn.py A + test/reject_bad_insn.py M test/signal_bnds_flow.py
Let me know if any more information would be helpful.