How can we ignore certain files / directories when we are migrating the repository from cvs to git by using git cvsimport?
Kindly help me.
Thanks in Advance!
You can either skip files with:
git cvsimport -S <regex_of_files_to_skip>
Or, you can use cvsps options with git cvsimport -p <cvsps_options>
cvsps
git cvsimport -p <cvsps_options>
The cvsps options you might consider are for example -l, -f, or -b, although these specific what to include, not what to exclude.
-l
-f
-b
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
178 times
active