From: John F. <fe...@ov...> - 2001-12-04 18:46:25
|
hmm, there is a proccess where it trys to avoid copying the build directory (to make publishing faster. ) and a symlink and a mv is involved there. I'll have to look at again to see what it was doing. I'm not quite sure how you can get into a state where you symlink to yourself. What version of wigwam are you using? What is the 'ls -l' of the symlink? Try --cvs-only if you can, ( it will force a brand new site out. and a full rebuild. ) then try updating once after that. If that works then you somehow got into a strange state, and I'll try to figure out how that can happen. --fess On Tue, 4 Dec 2001, Travis Foster wrote: > > I have a project that always seems to mess up it's ext/build dir when > publishing. It appears to create a symlink to itself. As in > /web/ideahome/ext/build links to /web/ideahome/ext/build. Which makes it > so you have to remove that link and then rebuild everything when you > publish. Is this a bug in a certain version of wigwam or is this problem > with the project? > > -Travis > |