Bug 114027

Summary: cvs: recurse.c:638: do_recursion: Assertion `repository != ((void *)0)' failed
Product: [Retired] Red Hat Raw Hide Reporter: Harald Hoyer <harald>
Component: cvsAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-04 14:24:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
assert correctly none

Description Harald Hoyer 2004-01-21 15:45:15 UTC
$ cvs -d ~/cvsroot co -p -r T_4Suite-1_0-0_0_a3 rpms/4Suite/Makefile
cvs: recurse.c:638: do_recursion: Assertion `repository != ((void
*)0)' failed.
cvs [checkout aborted]: received abort signal

the assert is wrong!

Comment 1 Harald Hoyer 2004-01-21 15:46:03 UTC
Created attachment 97147 [details]
assert correctly

Comment 2 Harald Hoyer 2004-01-21 15:54:57 UTC
oops --- patch is wrong... forget it!

Comment 3 Harald Hoyer 2004-01-21 15:55:18 UTC
investigating what could be wrong

Comment 4 Harald Hoyer 2004-01-21 15:58:24 UTC
ok... user error... there was a local checkout which seemed to disturb
the cvs co with -p ... strange

Comment 5 Harald Hoyer 2004-01-21 16:08:53 UTC
Has s.th. to do with:
CVSROOT/val-tags

If I do a checkout without -p first, it works afterwards