Hi All - It seemed to me that with import, you just import all the files that under a certain directory to a certain directory in your CVSROOT repository.
That is, for example, I am under directory foo that has a couple of files a, b, c, ...etc $cd foo $ls a b c $cvs import -m "imported source" foo foo start This will import all files (a, b, c) to a subdirectory foo in CVSROOT. What if I just want to import file a to the repository? All the exmaples about "import" I have seem only apply to the whole current directory, instead of some files that we specify. Is there a command like $cvs import /path/to/files/I/want /where/they/should/be/in/CVSROOT What I intended to do was import .vimrc file to a certain place in CVSROOT. The file .vimrc lies in my home directory. If I use the above command, it's gonna import everthing in my home directory.... Any help would be appreciated. _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
