[Issue 249] New - cvs-1.12.1[0-2] spits out a lot of conflict errors when none exist

[email protected] 6 May 2005 03:23:41 -0000
Newsgroups gmane.comp.version-control.cvs.issuezilla
Message-ID <[email protected]>
https://ccvs.cvshome.org/issues/show_bug.cgi?id=249
                 Issue #|249
                 Summary|cvs-1.12.1[0-2] spits out a lot of conflict errors whe
                        |n none exist
               Component|ccvs
                 Version|development (1.even.X.1)
                Platform|All
                     URL|http://bugs.gentoo.org/show_bug.cgi?id=72007
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|checkout/export/update
             Assigned to|issues@ccvs
             Reported by|vapier






------- Additional comments from [email protected] Thu May  5 20:23:41 -0700 2005 -------
when i upgraded to 1.12.10 / 1.12.11 / 1.12.12 from version 1.12.9, my cvs trees
started spitting a bunch of conflict errors whenever i tried to update using the
'-d' option

after tracking it back, it's due to a trailing '/' in the CVS/Root file

$ rm -f ~/.cvsrc
$ cvs up -d
$ cat CVS/Root 
[email protected]:/var/cvsroot
$ echo / >> CVS/Root 
$ cat CVS/Root 
[email protected]:/var/cvsroot/
$ cvs up -d
cvs update: move away `2.4/packages'; it is in the way
C 2.4/packages
cvs update: move away `2.4/parent'; it is in the way
C 2.4/parent