| Author |
CVS and FTP (excluding directories)
|
|
| www.douglassdavis.com 2006-01-21, 7:55 am |
|
I use CVS to keep track of my source. CVS puts a "CVS" directory in
each dir of the site.
I don't want to transfer those. Can any one recommend a good FTP
client that can transfer files and exclude certain directories from
being tranferred based on their name?
Free is better :) but, i would be willing to buy a good FTP client.
| |
| ZeldorBlat 2006-01-21, 6:55 pm |
|
www.douglassdavis.com wrote:
> I use CVS to keep track of my source. CVS puts a "CVS" directory in
> each dir of the site.
>
> I don't want to transfer those. Can any one recommend a good FTP
> client that can transfer files and exclude certain directories from
> being tranferred based on their name?
>
> Free is better :) but, i would be willing to buy a good FTP client.
One option might be to not create those directories in the first place.
You can use "cvs export" instead of "cvs co" for this.
| |
| www.douglassdavis.com 2006-01-21, 6:55 pm |
|
ZeldorBlat wrote:
> www.douglassdavis.com wrote:
>
> One option might be to not create those directories in the first place.
> You can use "cvs export" instead of "cvs co" for this.
okay. I have never tried this. I will look into it. thanks.
|
|
|
|