How to remove svn folders over FTP
Posted
by Loftx
on Stack Overflow
See other posts from Stack Overflow
or by Loftx
Published on 2010-03-14T22:47:34Z
Indexed on
2010/03/14
22:55 UTC
Read the original article
Hit count: 323
Hi there,
I've accidentally copied a large part of a folder tree from my SVN working copy to my shared Windows web host via FTP.
The site is now littered with .svn directories and and I need some way of cleaning them. The only access I have to the server is via FTP, or by running a script on the server.
Does any one have a script which can be run remotely to remove the files over FTP (any language Windows/Linux is fine) or a script in ASP, ASP.net or PHP I can run directly on the server to remove these directories?
Thanks,
Tom
© Stack Overflow or respective owner