Link to home
Start Free TrialLog in
Avatar of zumpoof
zumpoof

asked on

How do I rename a file using svn?

I want to rename 'foo.js' to 'Foo.js', but when I try this:

svn move foo.js Foo.js

...I get this:

svn: Path 'Foo.js' is not a directory

What am I doing wrong? Also tried 'svn mv'  and got the same results..

ASKER CERTIFIED SOLUTION
Avatar of uucknaaa
uucknaaa
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mudassirahmed
mudassirahmed

using the gui tool you can do the rename,delete etc
you can easily install the GUI tool for SVN called TortoiseSVN

http://tortoisesvn.net/downloads



refer the link to delete,rename etc

http://tortoisesvn.net/docs/nightly/TortoiseSVN_hr/tsvn-dug-rename.html