Mar 8, 2010 #1 yurishtil Programmer Mar 8, 2010 2 US I have two local files: foo and foo.o For some reason cvs status command shows: ?foo and misses foo.o What may be causing this?
I have two local files: foo and foo.o For some reason cvs status command shows: ?foo and misses foo.o What may be causing this?
Mar 19, 2010 #2 Mthales Technical User Feb 27, 2004 1,181 GB What cvs version and client are you using? For an example TortoiseCVS will by default ignore files and folders that match the following cases: core RCSLOG tags TAGS RCS SCCS .make.state .nse_depinfo #* .#* cvslog.* ,* CVS CVS.adm .del-* *.a *.olb *.o *.obj *.so *.Z *~ *.old *.elc *.ln *.bak *.orig *.rej _$* *$ "I may not have gone where I intended to go, but I think I have ended up where I needed to be." --- Douglas Adams Upvote 0 Downvote
What cvs version and client are you using? For an example TortoiseCVS will by default ignore files and folders that match the following cases: core RCSLOG tags TAGS RCS SCCS .make.state .nse_depinfo #* .#* cvslog.* ,* CVS CVS.adm .del-* *.a *.olb *.o *.obj *.so *.Z *~ *.old *.elc *.ln *.bak *.orig *.rej _$* *$ "I may not have gone where I intended to go, but I think I have ended up where I needed to be." --- Douglas Adams
Mar 19, 2010 Thread starter #3 yurishtil Programmer Mar 8, 2010 2 US Here is the output from cvs --version: Concurrent Versions System (CVS) 1.11.17 (client/server) I want make it to not ignore any files. Upvote 0 Downvote
Here is the output from cvs --version: Concurrent Versions System (CVS) 1.11.17 (client/server) I want make it to not ignore any files.
Mar 29, 2010 #4 Mthales Technical User Feb 27, 2004 1,181 GB For more details check this out: http://www.network-theory.co.uk/docs/cvsmanual/cvsignore.html "I may not have gone where I intended to go, but I think I have ended up where I needed to be." --- Douglas Adams Upvote 0 Downvote
For more details check this out: http://www.network-theory.co.uk/docs/cvsmanual/cvsignore.html "I may not have gone where I intended to go, but I think I have ended up where I needed to be." --- Douglas Adams