Hi!
I am looking for an AWK script that would take a directory as input and execute "cvs update" on each files found in its sub-directories avoiding all sub-directories called "CVS".
I know I can use some tools like TortoiseCVS to do this, the problem is that I am working on some files/directories which are extracted from a main repositry and I dont want CVS to add all the files I have not modified.
Thanks a lot!
I am looking for an AWK script that would take a directory as input and execute "cvs update" on each files found in its sub-directories avoiding all sub-directories called "CVS".
I know I can use some tools like TortoiseCVS to do this, the problem is that I am working on some files/directories which are extracted from a main repositry and I dont want CVS to add all the files I have not modified.
Thanks a lot!