Re: What to install?

2002-05-28 Thread Edmund



Norberto Meijome wrote:

 Actually, to get access to the TCL shell in WinCVS 1.2, you only really
 need the tcl.dll . you need the full TCL suite of programs if you want
 to program in TCL, rather than just run TCL scripts.

Thanks for the clarification.  I was under the wrong impression that
the whole package was needed.  But the thing is, if you don't d/l
the whole thing, you can't 'legally' get tcl.dll, right?

Edmund


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Retrieving timestamp of cvs rtags

2002-05-28 Thread Todd Denniston

Larry Jones wrote:
 
 William Brower writes:
 
  Is there any way to retrieve the timestamp of when a
  cvs rtag or tag command was issued? That is I'm less
  concerned (today) with *what files* belong to a given
  tag as I am *when* the tag was applied. Doing this via
  a cvs command would be great but even if I have to
  grope around in the repository, it would be OK.
 
 rtag is recorded in the history file (presuming you have one and the
 user doing the rtag didn't disable it), but not tag.  CVS doesn't keep
 track of when a tag was applied to a file.  And note please that tags
 belong to files, not the other way around.
 
 -Larry Jones

although tag is not recorded in the history file, its application time can be
approximated.

If you run cvs2cl.pl
http://www.red-bean.com/cvs2cl/
and search from the top of the Changelog generated for the tag, the first entry
you find the tag in will indicate the time after which the tag was applied (and
if the file was modified after that time you now have a window of time the tag
was applied in).

I personally use a script to apply my tags, and when it applies a tag it
updates a file from the repo with information about the tag.  This file is thus
updated at the time of a tag and has the tag applied to it so I know within a
few seconds of when each tag was applied.

-- 
__
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
-- Vance Petree, Virginia Power

The opinions expressed here are not sanctioned by and do not necessarily 
represent those of my employer.



Re: Correct way to import a project into CVS

2002-05-28 Thread Larry Jones

Nicholas Bachmann writes:
 
 How I recommend and ask that projects be imported
 
 cvs import projectname MAIN HEAD

That's a very bad idea -- HEAD is a magic word to CVS, it means the most
recent revision on the default branch (normally the trunk).

The two tags in an import command are the vendor tag and the release
tag, respectively.  The vendor tag should identify the source of the
code: an actual vendor or a project, perhaps something like FreeBSD,
GNU, or just NET.  The release tag should identify the release of
the software you're importing: CVS1-11-2, EMACS20-7, etc.

-Larry Jones

I won't eat any cereal that doesn't turn the milk purple. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Tkdiff

2002-05-28 Thread Miller Sally S NPRI

I know you can set another edit in CVS with setting
the variable CVSEDITOR.
Is there a similar variable for diff?

I like tkdiff and I was hoping I could use it.

Thanks in advance!

Sally Smart Miller
I used to be Smart then I got married.

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: What to install?

2002-05-28 Thread Norberto Meijome

Hi,
I couldn't find the license from Active-TCL in their website (I have the 
.dll only @ hand), but I would say that if u plan to deliver a TCL 
program, you'd bundle it with the dll rather than the whole shebbang. 
And in this case you are not re-selling it anyway, so I am don't think 
you'd have legal issues w/that.
Beto

Edmund wrote:

Norberto Meijome wrote:

  

Actually, to get access to the TCL shell in WinCVS 1.2, you only really
need the tcl.dll . you need the full TCL suite of programs if you want
to program in TCL, rather than just run TCL scripts.



Thanks for the clarification.  I was under the wrong impression that
the whole package was needed.  But the thing is, if you don't d/l
the whole thing, you can't 'legally' get tcl.dll, right?

Edmund


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

  


-- 
Norberto Meijome
If you were supposed to understand it, we wouldn't call it 'code'. 




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Error on pserver

2002-05-28 Thread Patrick Nelson

RH 72 and cvs 1.11.1p1 as a pserver available to a private network only.

Have been using cvs system for awhile and went to check in a module tonight
and got an error:

cvs commit: Examining .
cvs [commit aborted]: received broken pipe signal

If I run the same command again I get the same error, but on the third
running I get the following error:

cvs commit: Examining .
cvs commit: unrecognized auth response from cvs.nen: cvs: error while
loading shared libraries: libgssapi_krb5.so.2: cannot open shared object
file: No such file or directory
cvs [commit aborted]: shutdown() failed, server cvs.nen: Transport endpoint
is not connected

Anyone know what this means?

I did a locate for the libgssapi_krb5.so.2 and it found it at:

/usr/kerberos/lib/libgssapi_krb5.so.2.2
/usr/kerberos/lib/libgssapi_krb5.so.2

Wasn't using kerberos authentication was using a $CVSROOT/passwd file

I changed to the system the repository is on and was able to check out and
in with no problems so it seems that it has something to do with the
pserver.  All that happened today is a backup of the cvs repository (normal
daily cron event).  Anyone help me with this problem?



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: Error on pserver

2002-05-28 Thread Patrick Nelson

Patrick Nelson wrote:
-
RH 72 and cvs 1.11.1p1 as a pserver available to a private network only.

Have been using cvs system for awhile and went to check in a module tonight
and got an error:

cvs commit: Examining .
cvs [commit aborted]: received broken pipe signal

If I run the same command again I get the same error, but on the third
running I get the following error:

cvs commit: Examining .
cvs commit: unrecognized auth response from cvs.nen: cvs: error while
loading shared libraries: libgssapi_krb5.so.2: cannot open shared object
file: No such file or directory
cvs [commit aborted]: shutdown() failed, server cvs.nen: Transport endpoint
is not connected

Anyone know what this means?

I did a locate for the libgssapi_krb5.so.2 and it found it at:

/usr/kerberos/lib/libgssapi_krb5.so.2.2
/usr/kerberos/lib/libgssapi_krb5.so.2

Wasn't using kerberos authentication was using a $CVSROOT/passwd file

I changed to the system the repository is on and was able to check out and
in with no problems so it seems that it has something to do with the
pserver.  All that happened today is a backup of the cvs repository (normal
daily cron event).  Anyone help me with this problem?
-

Tried this also:

Copied the repository to a local location and used the -d option and checked
out and in just fine.  So again it appears to be something with the pserver.


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs