I have a folder wherein, the contents of this folder is a "checkedout" from svn, now whenever i do changes, I commit back to the repository..this time, I want to upload all the contents of this folder to the production server, but the problem is, there are .svn stuffs inside..so how will i upload the files via filezilla without having to upload including the .svn stuffs coz it eats space
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You should be able to use the 'Directory Listing Filter' options (View > Filename filters). One of the options is SVN and CVS filters, which excludes those files from the listing. A quick test on some of my files shows that if you drag a folder containing .svn folders to the remote host, the files are transferred, but not the .svn or its contents. You can find out more about filters at: http://wiki.filezilla-project.org/Filename_Filters |
|||||||||||
|