Infinite loop with CVS and Xcode 1.5?!
Infinite loop with CVS and Xcode 1.5?!
- Subject: Infinite loop with CVS and Xcode 1.5?!
- From: Glen Low <email@hidden>
- Date: Thu, 12 Aug 2004 00:55:02 +0800
Hi all,
Just got my grubby hands on Xcode 1.5 and of course I've updated
Graphviz to it. However when I enable the CVS integration, all chugs
along well as before until Xcode hits the project file, whereupon it
decides to go into some kind of infinite CVS loop, here's a snippet:
cd /Volumes/Enterprise/glenlow/Documents/Programs/graphviz/graph/
/usr/bin/cvs -q -n update
U .cvsignore
U Makefile.am
RCS file: /home/cvsroot/graphviz/graph/graph.h,v
retrieving revision 1.14
retrieving revision 1.15
Merging differences between 1.14 and 1.15 into graph.h
M graph.h
U agxbuf.h
U graphio.c
U lexer.c
U libgraph.h
U libgraph.pc.in
U parser.y
U triefa.cP
U triefa.h
cd
/Volumes/Enterprise/glenlow/Documents/Programs/graphviz/mac/
graphviz.xcode/
/usr/bin/cvs status project.pbxproj
===================================================================
File: project.pbxproj Status: Needs Merge
Working revision: 1.1
Repository
revision: 1.3 /home/cvsroot/graphviz/mac/graphviz.xcode/
project.pbxproj,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
cd
/Volumes/Enterprise/glenlow/Documents/Programs/graphviz/mac/
graphviz.xcode/
/usr/bin/cvs log project.pbxproj
RCS file: /home/cvsroot/graphviz/mac/graphviz.xcode/project.pbxproj,v
Working file: project.pbxproj
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
----------------------------
revision 1.3
date: 2004/05/18 00:43:04; author: ellson; state: Exp; lines: +7 -7
1.12-v12 updates from Glen.
----------------------------
revision 1.2
date: 2004/05/15 17:56:34; author: ellson; state: Exp; lines: +3513
-286
updating mac/ tree with latest from Glen
----------------------------
revision 1.1
date: 2004/04/18 00:40:25; author: ellson; state: Exp;
add mac tree and mods
========================================================================
=====
cd
/Volumes/Enterprise/glenlow/Documents/Programs/graphviz/mac/
graphviz.xcode/
/usr/bin/cvs status project.pbxproj
===================================================================
File: project.pbxproj Status: Needs Merge
Working revision: 1.1
Repository
revision: 1.3 /home/cvsroot/graphviz/mac/graphviz.xcode/
project.pbxproj,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
cd
/Volumes/Enterprise/glenlow/Documents/Programs/graphviz/mac/
graphviz.xcode/
/usr/bin/cvs log project.pbxproj
RCS file: /home/cvsroot/graphviz/mac/graphviz.xcode/project.pbxproj,v
Working file: project.pbxproj
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
----------------------------
revision 1.3
date: 2004/05/18 00:43:04; author: ellson; state: Exp; lines: +7 -7
1.12-v12 updates from Glen.
----------------------------
revision 1.2
date: 2004/05/15 17:56:34; author: ellson; state: Exp; lines: +3513
-286
updating mac/ tree with latest from Glen
----------------------------
revision 1.1
date: 2004/04/18 00:40:25; author: ellson; state: Exp;
add mac tree and mods
========================================================================
=====
cd
/Volumes/Enterprise/glenlow/Documents/Programs/graphviz/mac/
graphviz.xcode/
/usr/bin/cvs status project.pbxproj glenlow.pbxuser
As you can see, it was doing a test update, then it decided to look at
the project file status, then log, then status, then log etc.
Any clues, folks?
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.