[naviserver-devel] Mercurial does not substitute tags?

2010-03-06 Thread Vasiljevic Zoran
Hi!

It seems to me that we miss RCS Tag substitution.
Is this so deliberately? If yes, what's the point
in keeping NS_RCSID any longer?

 NS_RCSID(@(#) $Header: /Volumes/DATEN0/develop/local/CVS/dev/ 
naviserver/nsd/queue.c,v 1.2 2008/04/29 08:11:15 zv Exp $);
---
  NS_RCSID(@(#) $Header$);

Cheers
Zoran


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


[naviserver-devel] Where is ChangeLog?

2010-03-06 Thread Vasiljevic Zoran
Hi!

After some (longer) absence (first things first) I am
now trying to catch-up with the Mercurial repository.

First thing that I noticed after checking out the
repository was that ChangeLog file is missing.
Any idea why? Do we not need it any more?

More questions are sure to come...

Cheers,
Zoran


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


Re: [naviserver-devel] Mercurial does not substitute tags?

2010-03-06 Thread Stephen Deasey
On Sat, Mar 6, 2010 at 1:18 PM, Vasiljevic Zoran z...@archiware.com wrote:
 Hi!

 It seems to me that we miss RCS Tag substitution.
 Is this so deliberately? If yes, what's the point
 in keeping NS_RCSID any longer?

  NS_RCSID(@(#) $Header: /Volumes/DATEN0/develop/local/CVS/dev/
 naviserver/nsd/queue.c,v 1.2 2008/04/29 08:11:15 zv Exp $);
 ---
   NS_RCSID(@(#) $Header$);


Mercurial doesn't mangle the source code by default. There is a
plugin, included but disabled by default, that can do this, but I
haven't tried it.

Not sure whether it's worth the bother to set that up, remove the
unused RCS tags, or just leave it be...

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


Re: [naviserver-devel] Where is ChangeLog?

2010-03-06 Thread Vasiljevic Zoran

On 06.03.2010, at 16:18, Stephen Deasey wrote:

 Because of the way that mercurial works, when you 'clone' (ie. cvs

OK. So I hg clone'd, then made chage to a  nsd/tcljob.c file
then made hg ci.
Observing the web-view of bitbucket.org/naviserver there was
nothing changed. I do not see my commit message nor can I see
any trace of my change when inspecting files.

When I do hg log I SEE my changes. When I do hg status
I DO NOT SEE my changes file prefixed with M, which I
suppose is OK (changes were commited).

Is this all correct? Should I be able to see my commit
messgage and status of the changed file show up in the
web-browser? Or is this somehow cached/time-skewed?
Or should I need to do some other magic after hg ci ???

Cheers
Zoran


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel