subclipse - Modified directory structure in project, now SVN won't allow me to commit. -


i using svn repository hold revisions project. half way through (having commited several times) changed directory structure of project, , renamed files.

now when try , commit tells me path old file (that renamed, , moved) not found. person working on project, changes make working copy changes. using subclipse manage project.

how can commit modified project?

when renamed , moved things around, did use subversion commands rename , move, or did change things around on local filesystem?

normally subversion expects told you're moving things around, otherwise has no way of knowing did.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -