From: Paul A. <pau...@gm...> - 2010-11-02 13:35:41
|
No uncommitted changes -- this is being performed on a web host and no development work is done there. In fact, it's a clean checkout of the code and then a cron process runs cvs update, cvs log and then statcvs. If the error can be ignored, I will. As a side note, I have to load a copy of java since the web host didn't include it, and I had to limit resources so I woulnd't get heap errors. This worked: -Xmx32m -Xmx16m wasn't large enough and 64m wasn't permitted by the host. On Tue, Nov 2, 2010 at 8:34 AM, Jason Kealey <jk...@la...> wrote: > Do you have uncommitted changes in your working copy? Commands look fine. > Usually, the variance is not that important if all you are looking for is a > high-level overview of activity (which is what you should be doing) instead > of exact LOC counts. > --- > Jason Kealey, Ing. - jk...@la... > LavaBlast Franchise Software - http://www.lavablast.com > Simplifying day-to-day franchise operations > > > On Mon, Nov 1, 2010 at 3:42 PM, Paul Alfille <pau...@gm...> wrote: >> >> Specifically the message is: >> >> Log and working copy are out of sync. Reports will be inaccurate. >> >> I've tried both: >> >> cvs update -dP >> cvs log > cvs.log # from the server >> >> and >> >> cvs update -dP >> cvs log -l > cvs.log # for local access >> >> I can't tell if this is a real problem, but it is annoying. >> >> >> ------------------------------------------------------------------------------ >> Nokia and AT&T present the 2010 Calling All Innovators-North America >> contest >> Create new apps & games for the Nokia N8 for consumers in U.S. and Canada >> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in >> marketing >> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store >> http://p.sf.net/sfu/nokia-dev2dev >> _______________________________________________ >> Statcvs-users mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/statcvs-users > > |