| Newsgroups |
gmane.comp.db.tds.freetds |
| Message-ID |
<[email protected]> |
On Fri, Jun 19, 2009 at 11:04:07AM -0400, Christos Zoulas wrote:
> On Jun 19, 10:10am, [email protected] ([email protected]) wrote:
> | Sadly, it doesn't seem to work. I checked out CVSROOT/config and added:
> |
> | # Add a "FreeTDS" keyword
> | # cf. http://cvsman.com/cvs-1.12.12/cvs_104.php#SEC104
> | # "12.5 Configuring Keyword Expansion"
> | LocalKeyword=FreeTDS=CVSHeader
> | KeywordExpand=iFreeTDS,Author,CVSHeader,Date,Header,Id,Locker,Log,Name,RCSfile,Revision,Source,State
> Is that "iFreeTDS" intentional? We decided not to put the path there, because
> it is really meaningless (who cares what the absolute location of the CVS
> repository is) and it would modify all the files if it moved. It also
> makes the line too long... Usually I do ident <binary> to find out what
> versions of source are there. I don't think that you need the KeywordExpand
> line at all.
The 'i' in front of FreeTDS stands for 'include'; 'e' would mean exclude.
I tried with and without that line to no effect.
> What version of cvs does sourceforge run?
http://sourceforge.net/apps/trac/sourceforge/wiki/CVS
"All standard features of CVS 1.11.x are supported."
--jkl