For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > January 2006 > CVS and FTP (excluding directories)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

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.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com