URL:
  <http://savannah.nongnu.org/bugs/?19822>

                 Summary: cvs update -I  don't ignore files properly
                 Project: Concurrent Versions System
            Submitted by: bouchermaicod
            Submitted on: mardi 08.05.2007 à 17:11
                Category: Bug Report
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
           Fixed Release: None
   Fixed Feature Release: None

    _______________________________________________________

Details:

I've read about how CVS handles the files that we want it to ignore, and I'm
experiencing a problem with the "cvs update -I" command.
I have some ".cvsignore" files in directories of my project, and I want to
append some files to the ignore list, but only when running a specific "cvs
update" command. The files that I've put in the ".cvsignore" file aren't the
same as the ones that I input in my update command, but the latter aren't
ignored when I update my project.

Here's the ".cvsignore" file contents :
work
.classpath
.project
.tomcatplugin
*.class
log.html*
package.html

And here's the command that I run from the root of my project :
cvs -q update -Pd -IsomeFile.xml

CVS keeps updating and merging "someFile.xml" every time I run the update
command, while according to the documentation, it should create the "ignored
files list" from the update command AND the ".cvignore" file contents.

I am running CVS version 1.12.9 on a Ubuntu server, and connecting with
WinCVS 2.0.2.4.

Hope you can help me on this one! Thanks in advance




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19822>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/



_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to