On Jan 3, 2011, at 15:32, Pazmiño Mazón, Iván Andrés wrote: > Nick wrote: > >> svn update on the client > > what do you mean? using the client instead of the ide?
Using whatever. Presumably if you're using an IDE that has Subversion support, it will have a menu or button or something that will run an "svn update". If your IDE does not have Subversion support, well, that's a problem. And from what you've said before, it sounds like your IDE does not have Subversion support, or if it does, then it is not configured properly. It sounds like you've moved directories around in your IDE without the IDE informing Subversion about those moves. It's vital to inform Subversion about moves by performing the moves (or rather, having the IDE perform those moves) using the "svn mv" command. Consult your IDE's documentation to learn about its Subversion capabilities, if any.