> What are you using for the command-line version of svn? I'm using 'c:\Program Files\Subversion\bin' in my path. I think I had to install this separately form the subversion website.
> Also, this was the commit message -- does it look right for a move? > There was also a corresponding "remove" message. > > =========================== > Added: > > myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/ComponentNotFoundException.java > - copied, changed from r389900, > myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/application/ComponentNotFoundException.java > =========================== It looks like you moved this to the tomahawk proper. Is that what you wanted? If so then it looks right. The best way to check is to use your browser to checkout svn repo and see if things are where you want them. Just go to http://svn.apache.org/repos/asf/myfaces. I do this all the time when I'm moving lots of stuff around. Just remember, svn copy is to make a duplicate copy (like when you're branching or tagging.) svn move will move everything (history included.) Sean
