CVS and FTP (excluding directories)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • www.douglassdavis.com

    CVS and FTP (excluding directories)


    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

    #2
    Re: CVS and FTP (excluding directories)


    www.douglassdavis.com wrote:[color=blue]
    > 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.[/color]

    One option might be to not create those directories in the first place.
    You can use "cvs export" instead of "cvs co" for this.

    Comment

    • www.douglassdavis.com

      #3
      Re: CVS and FTP (excluding directories)


      ZeldorBlat wrote:[color=blue]
      > www.douglassdavis.com wrote:[color=green]
      > > 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.[/color]
      >
      > One option might be to not create those directories in the first place.
      > You can use "cvs export" instead of "cvs co" for this.[/color]

      okay. I have never tried this. I will look into it. thanks.

      Comment

      Working...