When I upload a folder that has ".svn" subfolders to ftp, the ".svn" folders are uploaded too. is it possible to make total commander ignore ".svn" folders when uploading to ftp? I'd rather not use "export" option in the svn, because I have to upload new files very often and exporting takes time, so it's very inconvenient...
A:
If you use Eclipse there's a File/Export action which allows you to export the project to file system. It's going to strip all .svn folders and other IDE/project related files and folders.
Boris Pavlović
2010-09-10 11:26:57
A:
I don't know if you can solve the problem with Total Commander but here is a different solution: You should export your stuff from the repository with svn export PATH1 PATH2
(see documentation). The exported version does not contain any svn meta data (like the .svn folders).
Nick
2010-09-10 11:28:22